Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的UITableViewCell. 如果它使用正则表达式@在字符串中检测到带有 a 的内容,我希望它是这样的。cell.textLabel.text它会自动使用如下所示的标记突出显示它。
UITableViewCell
@
cell.textLabel.text
它也应该是可点击的。
使用 CoreText 确定边界框,然后在绘制单元格视图时使用该信息。