gpt4 book ai didi

iphone - 如何在 uitextview 中的任意光标位置插入文本?

转载 作者:IT王子 更新时间:2023-10-29 08:17:40 25 4
gpt4 key购买 nike

我想实现代码,通过它我可以开始在 iphone sdk 的 UITextView 中光标的任何位置插入文本

有什么想法吗?提前谢谢你..

我引用了这个链接:iPhone SDK: How to create a UITextView that inserts text where you tap?

但没有得到它。

最佳答案

Dan 的回答是手动更改文本。它不能很好地与 UITextViewUndoManager 配合使用。

实际上使用 UITextInput 协议(protocol) API 插入文本非常容易,UITextViewUITextField 都支持它。

[textView replaceRange:textView.selectedTextRange withText:insertingString];

注意:在UITextInput协议(protocol)中是selectedTextRange,而不是selectedRange

关于iphone - 如何在 uitextview 中的任意光标位置插入文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8846749/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com