我用UITextInput在customView:如何替換UITextInput中的文本?
mycode的:https://github.com/lequysang/github_zip/blob/master/UITextInputDebug.zip
@property (strong,nonatomic) id<UITextInput> textInput;
輸入一些字符後,我想回去4個字符,並在這個位置替換文本(更換任何以T).Current光標在結束。
如何做到這一點?
我嘗試用UITextRange替換範圍,但不知道如何獲得它的位置和大小!
請幫忙!提前致謝!
插入文本在當前光標位置?對不起,我沒有得到你.. – 2013-03-18 02:52:38
我只是找到insertText方法。並且「文本」已經插入。我想回4個字符,並在這個位置替換。 – 2013-03-18 02:55:33
你嘗試過「replaceRange:withText:」嗎? – 2013-03-18 03:01:40