在我的主 tableView 中添加 Facebook Like 按钮?
Posted
技术标签:
【中文标题】在我的主 tableView 中添加 Facebook Like 按钮?【英文标题】:Adding the Facebook Like Button in my main tableView? 【发布时间】:2011-03-01 14:21:53 【问题描述】:我正在使用基于导航的应用程序。它解析一个提要并显示一个 tableView。 tableView 显示所有提要项目的标题。我想在 tableView 的末尾添加一个按钮,当用户单击该按钮时,它应该喜欢特定的 facebook 组。我已经将 FB Connect API 集成到我的应用程序中。我怎么能像按钮一样做到这一点?提前谢谢
【问题讨论】:
【参考方案1】:UITableViewCells 有一个accessoryView
(和一个accessoryType
)。查看UITableViewCell
的文档。您可以在单元格右侧放置一个按钮作为辅助视图。
强烈推荐阅读:
http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html
然后:
http://cocoawithlove.com/2010/12/uitableview-construction-drawing-and.html
【讨论】:
以上是关于在我的主 tableView 中添加 Facebook Like 按钮?的主要内容,如果未能解决你的问题,请参考以下文章