Skip to content

WildDogTeam/demo-ios-wildfeed

Repository files navigation

demo-ios-wildfeed

demo-ios-wildfeed 是一个基于 Wilddog iOS SDK 开发的类似微博的社交应用。

实例

可以参考wilddog demo

一个demo页面的快照

授权

self.firefeed = [[Firefeed alloc] initWithUrl:@"https://feed.wilddogio.com" delegate:self];

// 监控登录状态的变化
 _authHandle = [_ref observeAuthEventWithBlock:^(WAuthData *user) {
            // This is the new style, but there doesn't appear to be any way to tell which way the user is going, online or offline?
            if ((user == nil) && (_user != nil)) {
                //[self onAuthStatusError:nil user:nil];
            }
        }];

本地运行

首先确认本机已经安装Xcode 运行环境,然后执行,模拟器或者真机:

git clone [email protected]:WildDogTeam/demo-ios-wildfeed.git

更多示例

这里分类汇总了 WildDog平台上的示例程序和开源应用, 链接地址:https://github.com/WildDogTeam/wilddog-demos

支持

如果在使用过程中有任何问题,请提 issue ,我会在 Github 上给予帮助。

相关文档

License

MIT http://wilddog.mit-license.org/

感谢 Thanks

We would like to thank the following projects for helping us achieve our goals:

Open Source:

  • firefeed Firefeed is a IOS app that lets users post small messages called sparks to their feed. You can follow other users, and their sparks will appear on your feed

About

一个开源的类似微博的APP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published