All Versions
10
Latest Version
Avg Release Cycle
64 days
Latest Release
2707 days ago

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

  • 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 a UIViewController and a UITableView 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
  • 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