Open rivera-ernesto opened 5 years ago
Updated PR.
Added lots of crash fixes as we stress the library with our FileCloud app's 10k+ users.
Hi, when will this request be merged so its possible to use version 0.7.3?
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.
• All changes from #83. • Allow setting
UXMPDFViewController
’sdocument
after loading its view. • MakeUXMPDFViewController
’scollectionView
andpageScrubber
optionals only loaded afterdocument
is set. • Update to Swift 4.2. • FixUXMThumbnailView
layout. • Fix page number positioning. • New optionalautoHidePageNumberTimeInterval
. • MakeautoSaveAction
optional. • Make sure to callfinishAnnotation()
beforeshowActivitySheet()
. • RefactorsaveToPDFFile
with optional overwriteOriginal parameter. • UseadjustedContentInset
to fix collection view layout warnings. • CallsetNeedsLayout()
instead of the not recommendedlayoutSubviews()
. • Cleanup Example project. • Prevent crash whenpdfDocRef
'sinfo
isnil
(#89).Anyone can give it a try using
pod 'UXMPDFKit', :git => 'https://github.com/codelathe/UXMPDFKit.git'
.