I came up with my solution that uses the (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated
method from UITableView
and the (CGRect)caretRectForPosition:(UITextPosition *)position
UITextInput
from UITextInput
and after doing some math with heights. I achieved the same behavior as on iOS 6. It's not so nice, but it works.
If anyone comes with a better solution, let me know.
source share