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.
我正在制作一个 iPad 杂志应用程序,用户可以在其中突出显示任意数量的文本。每次加载该文章时,都需要保存并显示这些亮点。
我可以用 CoreText 以某种方式做到这一点(目前我正在使用它来允许多列格式)?
我注意到如果文本中有图像,则在 UIWebView 中使用 HTML 选择文本将无法正常工作。
有人有什么建议吗?
非常感谢,
-克里斯
CoreText 没有内置支持选择或“复制和粘贴”,但您可以使用一些 CoreText 函数制作自己的选择引擎。
看看这个其他主题帖子。
核心文本 - 在 iPhone 中选择文本?