Does anyone know how to make UITextView stay scrolled at the last line? Kinda like new lines being added and i want the view to just scroll one line and display the new line at the bottom. Something like XCode's debug console...
UITextView seem to insist on doing the reverse of what i wanted. It stays stuck to the first line at the top.
I tried scrollRangeToVisible in order to show the last line, but it scrolls from the start to the end every time a call is made... That kinda makes the whole thing twitchy and vommit-inducing...
UITextView seem to insist on doing the reverse of what i wanted. It stays stuck to the first line at the top.
I tried scrollRangeToVisible in order to show the last line, but it scrolls from the start to the end every time a call is made... That kinda makes the whole thing twitchy and vommit-inducing...