Since iOS 7, a UITextView
does not scroll automatically to the cursor as the user types text that flows to a new line. This issue is well documented on SO and e
Some one have made a subclass that solves all scrolling0related issues in UITextView
. The implementation couldn't be easier - switch UITextView
with the subclass PSPDFTextView
.
A post about it, showing what is fixed (With nice Gif animations) is here: Fixing UITextView on iOS 7
The git is here: PSPDFTextView