3

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

Cplusplusplus
  • 337
  • 1
  • 3
  • 16

1 Answers1

1

This is normal. It happens when you disable editable. However the entire text that you place in the uitextview will appear.

Douglas
  • 2,524
  • 3
  • 29
  • 44
  • Why is that a normal behavior when I disable the editable? I have the same issue in one of my projects. I don't want that the user can change the text. But it getting cutted all the time. Seems to be an iOS bug, isn't it? – Morpheus78 Nov 25 '15 at 22:32
  • Anyone found a solution? – David P May 30 '16 at 12:50