xcode iphone UITableViewCell with html link in cell.labeltext.text

Posted by Frames84 on Stack Overflow See other posts from Stack Overflow or by Frames84
Published on 2010-06-03T14:42:14Z Indexed on 2010/06/03 14:44 UTC
Read the original article Hit count: 191

Filed under:

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

© Stack Overflow or respective owner

Related posts about xcode