0

I want to prevent UITextView moving my text to top when I start a new line. In my app I expand/increase my UITextView height constraint size, so it has an enough space to continue showing text without moving the text to top and scroller appearing.

How can I prevent it? Can I turn off this feature? So when I'll add a new line to my textView it will not move my text to top and show me scroller? Because I have a space there.

Artem Novichkov
  • 2,356
  • 2
  • 24
  • 34
J. Doe
  • 563
  • 1
  • 9
  • 20

1 Answers1

0

Disable the scrolling in UITextView i.e. un-check scrolling.

enter image description here

Ali
  • 2,427
  • 22
  • 25