views:

61

answers:

0

Hi all,

I have UITextView and a situation that is problematic. I write line of text in the UITextView, and then press return for new line. What happen is, the line that i entered is moving up so i can't see it, and i am able to continue writing. This is bad behavior for me, because i need the line to stay, and only move up when i reach the bottom of the UITextView.

  • I've read other similar posts but they wasn't helpfull.

Is someone familiar with this thing?