steipete / PSPDFTextView

A subclass of UITextView that fixes the most glaring problems from iOS 7 and 7.1.
http://pspdfkit.com
MIT License
873 stars 73 forks source link

Caret fix #17

Closed hpique closed 10 years ago

hpique commented 10 years ago

The caret is sometimes off by a pixel. When this happens, scrolling to its rect produces a little 1 pixel bounce. See:

bug

To avoid this, we scroll to its center instead. Result:

fixed

steipete commented 10 years ago

great find - thanks!

GusevAndrey commented 10 years ago

thx