I have an app where i use custom table cells.The problem is that i want to have url,email,phone number and fabebook link recognition on them.I tried it by adding uitextviews as subviews to cell which naturally caused some performance problems.What could be alternative to implement such a feature without causing performance problems on scrolling?
Share
A few days ago i found the the TTTAttributedLabel and that works great.All i needed was implementing URL extractor function to detect fabebook links and mark them as links.
Right now no more scrolling issues.
https://github.com/TTTAttributedLabel/TTTAttributedLabel