tags:

views:

52

answers:

1

I'd like to implement a button that basically selects all the text I have in a textview for easier editing. How do I do so?

+1  A: 

use selectedRange property, but, as mentioned in the documentation, onlyiPhone OS 3.0 and later.

choise