我在 customView 中使用 UITextInput:
我的代码:https ://github.com/lequysang/github_zip/blob/master/UITextInputDebug.zip
@property (strong,nonatomic) id<UITextInput> textInput;
输入一些字符后,我想返回 4 个字符并替换此位置的文本(将任何替换为 T)。当前光标位于末尾。
怎么做?
我尝试用 UITextRange 替换Range,但不知道如何用它来获取位置和大小!
请帮忙!提前致谢!