uxmstudio / UXMPDFKit

An iOS PDF viewer and annotator written in Swift that can be embedded into any application.
MIT License
275 stars 104 forks source link

Fixed a bug in iOS 9 #63

Closed fhisa closed 7 years ago

fhisa commented 7 years ago

This patch fix that deinit of PDFPageContentView fail in iOS 9 by wrong configuration of gesture recognizers.

fhisa commented 7 years ago

Thanks to merged🙂