I have an UIView and I add a editable UITextView to it,
UIView
UITextView
UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(5, 5, 2
I think you'll have to do
[textView scrollRangeToVisible:[textView selectedRange]];
in textDidChange.
textDidChange