Edit:
The data in the cell can contain multiple lines of text with hyperlinks in between
I was trying to embed hyperlinks in my UITableViewCell. I have tried adding UITextView as a subview of the cell.. however, it makes scrolling jerky. After profiling I found out 30% of the time was taken by setText in UITextView.
Isn't there any other way beside adding the classes from the Three20 project.
Regards, Satyam Shekhar