Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我设法将用户时间线合并到我的 iphone 应用程序中,不幸的是,我只能看到其他用户的状态,而没有任何屏幕名称识别。
有人知道如何将用户名显示为 UITableView 中单元格的标题吗?即如何从推特调用信息放入那里
提前致谢
麦克风
使用GET statuses/friends_timeline官方 Twitter API 文档中描述的 API 调用。
GET statuses/friends_timeline
http://dev.twitter.com/doc/get/statuses/friends_timeline
最简单的方法可能是创建 UITableCellView 的自定义子类,您可以在其中布局标题、内容、图标等内容。您可以在界面构建器中布局您的自定义视图,并在您以编程方式填充的单元格顶部设置标签使用用户名作为单元格变得可见。