Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
532 stars 150 forks source link

Names conflcts in iOS11 #75

Closed Neogene closed 6 years ago

Neogene commented 6 years ago

PDFDocument is now an official iOS 11 class, so using this project for conditional code to display in iOS<11 pdf documents isn't working, any clue to use both? (ps: using into an obj-c project)

ranunez commented 6 years ago

The naming conflict is for a class in PDFKit (the native replacement for this library that is iOS 11 only). To avoid naming conflicts with this class, use proper namespacing or don't import PDFKit