I've been having some issues while using TTTAttributedLabel. Sometimes a given URL doesn't get coloured as a link nor does it react to touch. However, this is solved by scrolling down and up, so by making the Cell view re-draw. I've looking at the issues in the project's github, but the ones that seemed related were already closed.
相关问题
- TTTAttributedLabel can detect links,but can't
- How to set “NSBackgroundColorAttributeName” on TTT
- TTTAttributedLabel “Read More >” tail truncation w
- Specify multiple/conditional link colors in TTTAtt
- how do I detect and make clickable links in a UILa
相关文章
- Specify multiple/conditional link colors in TTTAtt
- how do I detect and make clickable links in a UILa
- Can't set linkAttributes on TTTAttributedLabel
- TTTAttributedLabel : issue detecting links.
- Xcode UIAutomation can't interact with TTTAttr
- TTTAttributedLabel clickable truncation token
- Link tap color for TTTAttributedLabel
- UILabel: Custom underline color?
Well, the fix was to move the .enabledTextCheckingTypes = NSTextCheckingTypeLink; to the awakeFromNib method the custom UITableViewCell.