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.
我在文本视图中有文本。当我从该文本中选择一个单词时。如果该词在 textview 中重复 3 次。那么我需要突出显示该词 3 次..如何从文本视图中突出显示该词 3 次..
谢谢你的建议。。
您需要扫描整个 textView 中的文本,然后计算出现次数是否为 3 或更多,使用 NSAttributedString 并突出显示选定文本和所有类似文本。
请检查此以从文本中获取重复的单词
为了在 textview 中突出显示单词的范围,请参考这个