Question

I am very confused by the following issue, i have a UITextView, all set up in exactly the same way. However i'am not able to enter anything

Was it helpful?

Solution

Try the following

[textView setEditable:YES]

enter image description here

OTHER TIPS

Is the property "Enabled" checked under the attribute inspector? Also is User Interaction enabled?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top