Вопрос

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

Это было полезно?

Решение

Try the following

[textView setEditable:YES]

enter image description here

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top