When writing in a UITextView, more text than can completely fit inside it, the text will scroll up, and the cursor will often place one or two lines above the bottom line of the view. This is a little disappointing since I want my application to make good use of the entire height of the text view.
Basically I want to configure a UITextView to write the lowest part to it and not use it just for scrolling.
I saw several similar questions here and here . However, I have not yet seen the right solution.
thank
source
share