Possible Duplicate:
How disable Copy, Cut, Select, Select All in UITextView
I have some text in a UITextView. I don't want it to be selectable. How can I do this?
Use
myTextView.editable = NO;
Are there any features of the UITextView that you need that would not be available with a UILabel in a UIScrollView? Seems like the only thing you would lose is automatically setting the contentSize, which is easy enough to do manually.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With