All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
2896 days ago
Changelog History
Changelog History
-
v1.1.1
October 30, 2016 -
v1.1.0 Changes
May 16, 2016โจ Enhancements
- ๐ Use custom refresh controls (Thanks @szweier & @arielpollack!) #122 & #134
- โ Added delegate to TLYShyNavBar (Thanks @gfzabarino!) #106
- ๐ Performance gain by forwarding unnecessary calls directly to the original delegate or middle-man (Thanks @gfzabarino!) #137
- Don't auto expand navbar if app becomes active and the navbar isn't associated with us (Thanks @greis!) #142
- ๐ Allow specific view controller to be set if needed (Thanks @szweier!) #121
๐ And a bunch of other minor fixes and enhancements!
-
v1.0.1 Changes
November 19, 2015โจ Enhancements
- โ Added Carthage Support (thanks @bradleyayers!)
-
v1.0.0 Changes
November 15, 2015โจ Enhancements
- Finally supporting translucent and opaque bars, using a sane code approach.
- Greatly simplify the code to make it more predictable and maintainable for the future.
Note
- Please note a lot of the code was rewritten, so I apologize in advance of any regression.
- IMPORTANT If you have a
UITableViewController
setup, either replace it with aUIViewController
and aUITableView
subview, as highlighted in the readme, or don't upgrade since it will break
-
v0.10.1 Changes
October 21, 2015๐ Fixes
- Hot fix an issue with UIViewControllers that have a UIScrollView subclass as their view property (i.e. collectionView, tableView, ...) that caused shyNavBar to be stubbornNavBar, refusing to contract.
-
v0.10.0 Changes
October 21, 2015โจ Enhancements
- ๐ New approach to calculate extension and navigation bar offsets.
๐ Initially, we externally injected the calculation through blocks. The calculations depended on layout guide, and other weird stuff. The new approach simply calculates the offset based on the parent: status bar -> navigation bar -> extension view.
- โ Added support for sticky navigation bar
- ๐ New approach to calculate extension and navigation bar offsets.
-
v0.9.15 Changes
October 21, 2015โจ Enhancements
โ Added support for fading the entire navigation bar
โ Added modal support by checking navigation bar overlap with status bar
โ Added visual tests in the demo to see all the features in action
๐ Fixes
- ๐ Fixed an issue with scrolling to top functionality
๐ Deprecations
- ๐ Deprecated the fading booleans in favour of a new enum.
-
v0.9.12
August 07, 2015 -
v0.9.11
June 18, 2015 -
v0.9.10
April 04, 2015