PSPDFTextView icon indicating copy to clipboard operation
PSPDFTextView copied to clipboard

A subclass of UITextView that fixes the most glaring problems from iOS 7 and 7.1.

Results 10 PSPDFTextView issues
Sort by recently updated
recently updated
newest added

There is issue when Predictive view layer is shown.

Fixing wrong offset with newlines and ensuring the content offset doesn't intentionally get set to a negative value which is causing the text to jump in a perfectly sized text...

The textView scrolls to the wrong offset when reaching the end of texts with newlines. The problem appears to be `carectRectForPosition:`, which reports the wrong rect for the end of...

Please! I'd be happy to update podspec after release is tagged, but one has to be the owner of the pod to do that.

I am using it to enter multiline text, but when I have only one line, adding a new letter or deleting one causes the text to bounce. I am using...

[PSPDFTextView](https://github.com/steipete/PSPDFTextView) is supposed to be a 'drop-in' replacement of `UITextView`. This means that any code that works with UITextView should work with PSPDFTextView. So technically I should be able to...

First, thanks for fixing most of the iOS7 bugs! Unfortunately, there are still some more. In the example project, add to the text quite a few simple newlines: `\n\n\n\n\n\n\n\n\n\n\`. It...

I'm getting "unrecognized selector" crashes in PSPDFTextView. ``` -[PSPDFTextView scrollViewDidScroll:]: unrecognized selector sent to instance 0x1641f200 ``` These started after implementing `scrollViewDidScroll:` in the PSPDFTextView/UITextView (real) delegate, a UIViewController. To...

First and foremost, thanks for making this library available, it fixes something I'd been working on for a while. Unfortunately, an issue I discovered actually has higher impact than the...

When you click on the textview. Dismiss the keyboard. Then click on the text view in another spot. It does not scroll to the right position. It appears the cursor...