I need to implement newsfeed UITableView
list (like in facebook app), and I wonder which UIKit
components I should use.
Do you know how (short overview) facebook iOS app implemented it?
Should I use UIWebView
? or
Should I use third party UILabel
library that supports HTML tags?
Any ideas?
Thanks!
↧
Facebook iOS app Newsfeed UITableViewCell, how did they implemented it?
↧