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.
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.
This is normal. It happens when you disable editable. However the entire text that you place in the uitextview will appear.