I’ve got a big UITextView, nearly full screen. If I tap it, the keyboard pops up and I can edit the text. However, the longer I type, eventually the text runs down the view, behind the keyboard. I can no longer see what I’m typing.
How do you deal with this? Do you have to track the cursor position and scroll the view manually?
I guess you have to size your UITextView as keyboard shows/hides. So the keyboard won’t be over your textview. Here is the sample codes.