Skip to content

Releases: wilbertliu/NavKit

0.5

08 May 06:20
Compare
Choose a tag to compare

Release Notes

  • Change property isBarUsingShadow to isBarUsingBottomShadow to improve readability.
  • Remove isBarTranslucent to make translucency determined by barBackgroundColor instead.
  • Add method resetNavigation to reset navigation configuration.

0.4

01 May 08:50
Compare
Choose a tag to compare
0.4

Release Notes

  • Huge API redesign (make sure to check README or example project).
  • Example project.
  • Navigation bar transparency support.
  • No more memory leak.
  • Demo section on README.

0.3

12 Apr 15:41
Compare
Choose a tag to compare
0.3

Release Notes

  • Fix bar background color for clear color.
  • Update NavigationConfig protocol to use adjective instead.
  • Change optional properties Objective-C style to protocol extension for default value.
  • Change properties in protocol to be only gettable.
  • Change doSetup function name to be updateNavigation.
  • Change coverage service to coveralls.