Cplusplusplus
Cplusplusplus

Reputation: 337

Xcode–UITextView text being cut short

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.

enter image description here

Upvotes: 3

Views: 147

Answers (1)

Douglas
Douglas

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

Related Questions