Objective-C:没有CoreText的closestPositionToPoint

发布于 2024-11-06 00:09:21 字数 352 浏览 0 评论 0原文

我有一个 UITextView,其中包含一些文本。我想在您单击某个单词时显示有关该单词的信息。我认为最好的方法是使用 UITextInput 协议中的 closestPositionToPointFirstRectForRange 。经过一段时间的研究,我只找到了将此方法与 CoreText 结合使用的示例,而不是与“普通”文本(如 UITextView 中的)结合使用的示例。 现在我想知道,您可以使用 closestPositionToPointFirstRectForRange 而不使用 CoreText 吗?

I have a UITextView with some text in it. I want to show information about a word when you click it. I think the best way to do this is to use closestPositionToPoint and FirstRectForRange from the UITextInput protocol. After researching for a while I only found examples that use this methods in combination with CoreText, and not with "normal" text, like in the UITextView.
Now I wonder, can you use closestPositionToPoint and FirstRectForRange without using CoreText?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

緦唸λ蓇 2024-11-13 00:09:21

UITextView 确实公开符合 UITextInput,所以是的,应该可以工作。 UITextInput 不假设任何有关文本排版方式的信息。

UITextView does publicly conform to UITextInput, so yes, the should work. UITextInput does not assume anything about how the text is typeset.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文