Chameleon v2.0.3 Release Notes

Release Date: 2015-10-02 // over 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];//orself.navigationController.hidesNavigationBarHairline = YES;
    

    ๐Ÿ”„ Changes

    UINavigationController+Chameleon.h

    • @property (nonatomic, assign) BOOL hidesNavigationBarHairline;