UXMPDFKit icon indicating copy to clipboard operation
UXMPDFKit copied to clipboard

An iOS PDF viewer and annotator written in Swift that can be embedded into any application.

Results 42 UXMPDFKit issues
Sort by recently updated
recently updated
newest added

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 ![Screen Shot 2020-07-07 at 9 08 13 AM](https://user-images.githubusercontent.com/25705577/86725080-069be800-c032-11ea-85cb-06f730b92910.png) * 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.

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...