github vicc/chameleon 2.0.3
Version 2.0.3

latest releases: 2.2.0, 2.1.0, 2.0.6...
8 years ago

2-0-3

What's New

  • Added hidesNavigationBarHairline boolean, and by default it is now set to NO. (#64)
  • Improved Quick-Look Documentation for Theme Methods

Navigation Bar Hairline

No Hairline

As of 2.0.3 the navigation bar hairline view is no longer hidden by default. However, if you're seeking a true flat look (like the image above), you can hide the hairline at the bottom of the navigation bar by doing the following:

Objective-C
[self.navigationController setHidesNavigationBarHairline:YES];

//or

self.navigationController.hidesNavigationBarHairline = YES;

Changes

UINavigationController+Chameleon.h

  • @property (nonatomic, assign) BOOL hidesNavigationBarHairline;

Don't miss a new chameleon release

NewReleases is sending notifications on new releases.