且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

TTTAttributedLabel:问题检测链接.

更新时间:2023-12-03 09:54:46

好吧,解决方法是移动 .enabledTextCheckingTypes = NSTextCheckingTypeLink; 自定义UITableViewCell设置为 awakeFromNib 方法.

Well, the fix was to move the .enabledTextCheckingTypes = NSTextCheckingTypeLink; to the awakeFromNib method the custom UITableViewCell.