tags:

views:

52

answers:

0

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