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.