When I start typing text in a default textView in my viewcontroller, it\'s 开发者_高级运维not going to the bottom of the textfield. It leaves room for 2 more lines of text and then starts scrolling.
I have a UITextView that I shrink upon bringing up the keyboard. An issue I just ran into though is as I type past the keyboard, rather than the text start scrolling, the UITextView automatically gets
Problem: I need to detect when backspace is tapped and goes back to the previous line. How can we detect a backspace that brings us back to a previous line on a textview, NOT a new line but the previo