tttattributedlabel

TTTAttributedLabel links are being styled but not clickable

跟風遠走 提交于 2019-11-29 14:34:21
问题 I've been looking into a solution to getting clickable links working. I can get this working when using UITextView + NSAttributedString but it just doesn't autolayout properly when it's a UITableViewCell. Now I've added the TTTAttributedLabel to my project and it styles the views just perfectly. The links also turn blue and are underlined. However clicking them does nothing. I did implement TTTAttributedLabelDelegate on my controller, made the label in the storyboard implement MyLabel (Which