Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.9 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.9 KB

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 git@github.com: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