xcode iphone UITableViewCell with html link in cell.labeltext.text
- by Frames84
I am reading a twitter JSON feed and displaying it in a UITableView which works fine, my problem is each cell contain a http link.
How would one enable http links in a UITableViewCell?
Thanks
Frames