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

- (void)awakeFromNib missing #15

Closed SimonJakubowski closed 9 years ago

SimonJakubowski commented 10 years ago

if loaded from nib, the initWithFrame method will not get called

steipete commented 10 years ago

Ah, I never use Interface builder. Can you send a PR? Thanks!

fillito commented 10 years ago

@SimonJakubowski I also needed this and already submitted a pull request https://github.com/steipete/PSPDFTextView/pull/16

yas375 commented 9 years ago

Looks like this issue can be now closed.