UIViewController-BackButtonHandler
UIViewController-BackButtonHandler copied to clipboard
The extension allows to handle UINavigationViewController's 'Back' button action. Download sample app - https://github.com/onegray/UIViewController-BackButtonHandler/archive/BackBtnHandlerSample.zip
Hi, First of all, thanks for this nice library. This PR adds support for Swift Package Manager. Please let me know if you required any changes to merge this PR....
Hi. Do you already implemented it on Swift 3.0? If not do you planned it?
If custom back button is used, pressing back button may cause redisplay of default back button(iOS 8.1, iPhone6). So for this case, "subview.alpha = 1.;" is not necessary.
Hello! How can I use this via cocoa pods?