All Versions
71
Latest Version
Avg Release Cycle
52 days
Latest Release
-

Changelog History
Page 7

  • v2.0.1 Changes

    🛠 Fixed

    • Issue #153
  • v2.0.0 Changes

    ➕ Added

    • 👌 Support for Swift 2.0 syntax
  • v2.0.0-beta7 Changes

    🛠 Fixed

    • 🛠 Fix the fading of all possible navigation items and buttons. Thanks to Yunus Eren Guzel
  • v2.0.0-beta6 Changes

    🛠 Fixed

    • Delegate function gets called after hideNavbar and showNavbar finish.
    • 🛠 Fixes title attributes being overridden. Thanks to Jianghua Kuai
  • v2.0.0-beta5 Changes

    ➕ Added

    • ScrollingNavigationControllerDelegate protocol

    🛠 Fixed

    • Issue with the scroll offset
  • v2.0.0-beta4 Changes

    🛠 Fixed

    • 🔨 Minor refactoring
    • 🔄 Changed filename for ScrollingNavigationController
    • 🛠 Fixed Carthage build. Thanks to Nicholas T.
  • v2.0.0-beta3 Changes

    🛠 Fixed

    • ⏪ Carthage support restored

    ➕ Added

    • Utility class `ScrollingNavigationViewController´
  • v2.0.0-beta2 Changes

    🛠 Fixed

    • Issue with interactive gesture
  • v2.0.0-beta1 Changes

    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.

  • v1.5.1 Changes

    ➕ Added

    • 👌 Support to Carthage