Reputation: 337
I have a UITextView
in my View controller, added from the Interface Builder.
When I disable the "editable" option under "Behavior", some text gets cut from the text view, see screenshot.
Upvotes: 3
Views: 147
Reputation: 2524
This is normal. It happens when you disable editable. However the entire text that you place in the uitextview will appear.
Upvotes: 1