Search Results

1
vote

Getting cursor position in a UITextView on the iPhone?

Use UITextView selectedRange property to find the insertion point when the text view is first responder. Otherwise, when the view is not in focus, this property returns NSNotFound. If you need to k …