Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
533 stars 150 forks source link

Add ability to override back button #32

Closed benbahrenburg closed 7 years ago

benbahrenburg commented 7 years ago

Hello,

Thank you for a great project. I have a use case that I need a custom back button. I've added it as optional in the create controller. I thought it might be helpful for others.

ranunez commented 7 years ago

@benbahrenburg Thanks this looks good! Make sure the function's documentation gets updated accordingly for this new parameter, and update the README with this new customization option

benbahrenburg commented 7 years ago

@ranunez updated the read me and the code comments. Let me know if there is anything else.