iphone app facebook newsfeed list control
Im just wondering what is the most appropriate control and approach to creating a similar list control to the facebook newsfeed list?
Each entry in the list will contain an image, some formatted text and 开发者_JAVA技巧in some cases a hyperlink to another page in the app.
Thanks
Probably looking for a UITableView, with custom UITableViewCells. Should be pretty straight forward.
精彩评论