I made a UIView which is located at the very bottom, and if a keyboard appears, the UIView responds and rises along with the keyboard - Everything is done on constants and with some simple code that sets the keyboard height to a constant to raise this wonderful UIView.
The question is how to make it so that if I create a new line, the UITextView itself expands in height, like UIView, and this whole thing automatically rests on the keyboard without any indents (as in the screenshot).
