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.
嗨,谁能帮我在搜索后如何突出显示文本,我想从 sqlite 数据库中搜索数据并将其显示在 UITableView 中,那么如何仅在搜索结果中突出显示搜索关键字?请帮忙?
我会这样做:创建一个自定义单元格,并在该单元格中创建一个视图,以包含文本。您将需要使用核心文本才能从字符串中更改背景/文本颜色的部分。搜索后,在 drawRect 方法中更改文本的颜色/背景颜色。
有关核心文本的更多信息,请参阅此内容。