CJMTwitterFollowButton 0.1.0

CJMTwitterFollowButton 0.1.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2014年12月

未声明维护。



  • 作者:
  • Chris Maddern

iOS Follow Me 按钮

一个 UIButton 子类,模拟 Twitter 关注按钮,会在已安装的任何 Twitter 应用(如果已安装则首选原生 Twitter 应用)中打开配置用户的个人资料。

用法

CJMTwitterFollowButton 可以通过在 Interface Builder 中添加一个 UIButton 并将其类更改到 CJMTwitterFollowButton 或在代码中使用初始化器创建。

CJMTwitterFollowButton *button = [[CJMTwitterFollowButton alloc] initWithOrigin:CGPointMake(135, 125)
                                                                 twitterAccount:@"chrismaddern"
                                                                        andSize:CJMButtonSizeSmall];

鸣谢

这基本上是将其他人的一些工作汇总起来创建一个易于包含的仓库。

Joseph DiPaolo 创建的高清 Follow Me 按钮:http://www.illustrated-primer.com/blog/2011/06/19/twitter-follow-buttons/

来自 Gist 仓库的非 Twitter 应用方案:https:gist.github.com/958738 由 vhbit 创建

感谢 HandleOpenURL 记录 Twitter iOS5 方案:http:handleopenurl.com/scheme/twitter

贡献

  1. 分支它
  2. 创建您的功能分支(《git checkout -b my-new-feature》)
  3. 提交您的更改(《git commit -am 'Added some feature'》)
  4. 将更改推送到分支(《git push origin my-new-feature》)
  5. 创建新的 Pull Request

许可证

署名许可 MIT。