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.
我正在开发一个应用程序,我需要让用户突出显示给定段落中的一些文本。用户将选择一些文本,然后突出显示它。功能与 Adobe reader ios app 或 iBooks 相同。经过大量的头脑风暴,我发现 UIWebView 可以解决我的问题。但它随后会产生有关其他应用程序要求的其他关键问题。所以我不得不放弃这个想法。
我仍然不知道如何进行。
试试这个示例代码。我认为它应该可以帮助您解决这个问题。