UXMPDFKit
UXMPDFKit copied to clipboard
An iOS PDF viewer and annotator written in Swift that can be embedded into any application.
Is there any way I could implement this in SwiftUI? Thx!
Unable to get repository in Swift Package Manager. Thx!
I printed url in console document return nil  * iOS Version: 13 * Xcode Version: 11.5 * Swift Version: 5
Hi, I've collected a bunch of fixes from different forks, upgraded the code to swift 4.0 and personally fixed some potential memory leaks with non-weak delegates.
## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Your Environment * iOS Version: * Xcode Version: * Swift Version:
In full pdf mode, when change to landscape, the screen becomes blank white. When scrolling the pdf shows but it also use the Vertical screen ratio. In storyboard mode, layout...
Using Current UXMPDFKit Version 0.7.2 for swift 3. But Cant Upgrade to swift 4.2 with version 0.7.3 ## Bugs While Migrating to swift 4.2 1) CocoaPods could not find compatible...
## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Your Environment * iOS Version: * Xcode Version: * Swift Version:
• All changes from #83. • Allow setting `UXMPDFViewController`’s `document` after loading its view. • Make `UXMPDFViewController`’s `collectionView` and `pageScrubber` optionals only loaded after `document` is set. • Update to...