I am using CoreText to draw text to my table view cells as I implemented the fast scrolling technique. Links in my text are a different color and respond to clicks, but I cannot figure out how to get the links to look like they are being clicked i.e. change color when tapped then change back. I have seen this in multiple apps, but not sure how it is done. Can this be done with CoreText or do I need to use something else?
I know this can be done with UILabels but that defeats the purpose of drawing text directly in the cell's content view.
Thanks.