Can I Programmatically Select Text in UITextView?
Posted
by user280556
on Stack Overflow
See other posts from Stack Overflow
or by user280556
Published on 2010-04-14T02:04:42Z
Indexed on
2010/04/14
2:13 UTC
Read the original article
Hit count: 1398
Hello everyone,
I want to select Text on UITextView, similar to the default "Select" and "Select All" pop options we see when we tap. I want to the user the ability to do that from my custom menu. I played with selectedRange but that doesnt seem to do the trick. Any ideas?
Thanks
© Stack Overflow or respective owner