UXMPDFKit icon indicating copy to clipboard operation
UXMPDFKit copied to clipboard

UI layout fixes, improved flexibility, Swift 4.2 and more

Open rivera-ernesto opened this issue 6 years ago • 4 comments

• 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 Swift 4.2. • Fix UXMThumbnailView layout. • Fix page number positioning. • New optional autoHidePageNumberTimeInterval. • Make autoSaveAction optional. • Make sure to call finishAnnotation() before showActivitySheet(). • Refactor saveToPDFFile with optional overwriteOriginal parameter. • Use adjustedContentInset to fix collection view layout warnings. • Call setNeedsLayout() instead of the not recommended layoutSubviews(). • Cleanup Example project. • Prevent crash when pdfDocRef's info is nil(#89).

Anyone can give it a try using pod 'UXMPDFKit', :git => 'https://github.com/codelathe/UXMPDFKit.git'.

rivera-ernesto avatar Dec 21 '18 18:12 rivera-ernesto

Updated PR.

rivera-ernesto avatar Feb 15 '19 21:02 rivera-ernesto

Added lots of crash fixes as we stress the library with our FileCloud app's 10k+ users.

rivera-ernesto avatar Mar 21 '19 17:03 rivera-ernesto

Hi, when will this request be merged so its possible to use version 0.7.3?

ahelen avatar Aug 26 '19 08:08 ahelen

Hi, when will this request be merged so its possible to use version 0.7.3?

You can use the fork in the mean time. See the PR description.

rivera-ernesto avatar Aug 29 '19 21:08 rivera-ernesto