Guest User

Untitled

a guest
Mar 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - (void)setMarkedText:(id)aString selectedRange:(NSRange)selectedRange replacementRange:(NSRange)replacementRange ;
  2. selectedRange.length != 0 : カーソルを表示しない
  3. == 0 : aStringのlocation文字目にカーソルを表示
  4.                      
  5. サンプル
  6. わたしはとりになりたい|
  7. location = 11
  8.  
  9. わたしは|とりになりたい
  10. location = 4
  11.  
  12. 私は鳥になりたい
  13. ---~~~~------
  14. length=2
  15. location = 2 (カーソルを表示しない)
Add Comment
Please, Sign In to add comment