TTTAttributedLabel: link detection.

I am having some problems using TTTAttributedLabel. Sometimes this URL does not appear as a link and does not respond to touch. However, this is allowed by scrolling down and up, therefore, by re-drawing the cell. I look at problems in the github project, but those that were related were already closed.

+2
tttattributedlabel
source share
1 answer

Well, the fix was moving .enabledTextCheckingTypes = NSTextCheckingTypeLink; to the awakeFromNib method of a custom UITableViewCell.

+4
source share

All Articles