Releases: gklka/GKFadeNavigationController
Releases · gklka/GKFadeNavigationController
Black navigation bar and orientation change support, bug fixes
- Fixed iOS 11 bug in the example, where the header image was not properly clipped
- Fixed iOS 11 bug where going back from the second controller didn’t hide the navigation title
- Added screen orientation change support
- Added black navigation bar style support
iOS 11 support & merged pull requests
iPhone X improvements
iOS 10 support
Fixed a few bugs for iOS 10.
Please note: iOS 7 is not supported anymore. (Yikes!)
Quick Back button fix
When the user controller was transitioning from hidden to visible state and the user was tapped the back button during this 0.3 sec short animation, the header was not updated correctly. Sorry about that.
Handling back swipe gesture
This release handles correctly if the user starts a side back swipe gesture, but cancels it.
Moved to entirely custom header
Transitioning between system and custom navigation caused a lot of interesting artifacts, like seeable black backgrounds, missing or unnecessarily displayed headers, wrong colors, etc. Now GKFadeNavigationController uses only it's own header background. Controllers which do not support it will get the Visible custom header. Now works 100% better.