-
Notifications
You must be signed in to change notification settings - Fork 68
Obsolete code in handleTextViewDidChangeNotification #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The initial issue and correct fix for iOS 7.x are described here: http://stackoverflow.com/questions/22315755/ios-7-1-uitextview-still-not-scrolling-to-cursor-caret-after-new-line?lq=1 On iOS 8 the issue is fixed. |
Another solution can be found here: https://github.com/steipete/PSPDFTextView/blob/master/PSPDFTextView/PSPDFTextView.m |
Most correct fix:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code is obsolete regarding three commended lines:
The text was updated successfully, but these errors were encountered: