How to get last edit point of editing a UITextView?
Posted
by John Smith
on Stack Overflow
See other posts from Stack Overflow
or by John Smith
Published on 2010-05-08T17:52:12Z
Indexed on
2010/05/08
17:58 UTC
Read the original article
Hit count: 141
I am trying to get the last editing point of a UITextView box.
I have tried getting the value textView.selectedRange.location,but it always comes out as 2147483647 (which is -1).
When should I read this value
© Stack Overflow or respective owner