uxmstudio / UXMPDFKit

An iOS PDF viewer and annotator written in Swift that can be embedded into any application.
MIT License
275 stars 103 forks source link

Top and Bottom Pdf Padding #87

Open lotfyahmed opened 6 years ago

lotfyahmed commented 6 years ago

I faced issue in the large iPhone screen size. There are padding on top and bottom. These paddings increase in the iPhone plus and decrease in iPhone 5s.

How I remove top and bottom padding (empty space around pdf)?

Thanks

lotfyahmed commented 6 years ago

@pushchris Please tell me how to fix it?

scottcc commented 6 years ago

@lotfyahmed - I'm not associated with UXMPDFKit, but it does sound like this is more of a basic "how do I make view controllers and constraints work well" style question. Ie, basic iOS programming - you may find better help for that in places like StackOverflow - I wouldn't expect anyone from UXMPDFKit to help with this question.