All notable changes to this project will be documented in this file.
AMScrollingNavbar
adheres to Semantic Versioning.
2.0.x
Releases - 2.0.0 | 2.0.1 | 2.0.2 | 2.0.3 | 2.0.4 | 2.0.5 | 2.0.6 | 2.0.7 | 2.0.8 | 2.0.92.0.x
Beta Releases - 2.0.0-beta1 | 2.0.0-beta2 | 2.0.0-beta3 | 2.0.0-beta4 | 2.0.0-beta5 | 2.0.0-beta6 | 2.0.0-beta71.5.x
Releases - 1.5 | 1.5.1
Merged #166
Updated documentation.
Minor refactoring.
###Fixed
- Issue #135
- Issue #165
###Fixed
- Refactoring. Removed screen rotation observer when appropriate. @ikesyo
###Fixed
- Issue #156
Code refactoring. Thanks to Syo Ikeda
###Fixed
- Fix navbar fadeout. Thanks to Syo Ikeda
###Fixed
- Issue #159
###Fixed
- Fix bug causing titleView alpha property to not update when navbar alpha changes. Thanks to Erik Ackermann
###Fixed
- Issue #153
###Added
- Support for Swift 2.0 syntax
###Fixed
- Fix the fading of all possible navigation items and buttons. Thanks to Yunus Eren Guzel
###Fixed
- Delegate function gets called after
hideNavbar
andshowNavbar
finish. - Fixes title attributes being overridden. Thanks to Jianghua Kuai
###Added
- ScrollingNavigationControllerDelegate protocol
###Fixed
- Issue with the scroll offset
###Fixed
- Minor refactoring
- Changed filename for
ScrollingNavigationController
- Fixed Carthage build. Thanks to Nicholas T.
###Fixed
- Carthage support restored
###Added
- Utility class `ScrollingNavigationViewController´
###Fixed
- Issue with interactive gesture
The library was rewritten in Swift, as a subclass of UINavigationController
. This version contains breaking changes.
Moving from a category to a subclass cleaned up the code quite a bit, making it more maintainable and hopefully less fragile.
It also fully supports translucent navbars now.
- Support to Carthage