I have a UITableViewController List showing text containing hyperlinks and I have a label which displays hyperlinks in a special manner so that they are clickable.
I want that, when a user clicks on any UITableViewCell then the label would turn on the links in clickable form and when the user scrolls the UITableViewController List the Label should turn back to normal form.
Where from I would get the user has scrolled the list or not.
And whats the correct location and correct way to customize UITableViewCell.
Please any light in this way would be really helpful.