Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (22 loc) · 1.22 KB

UINavigationBar+Addition

Version Platform

Usage

UINavigationBar+Addition is available through CocoaPods, to install, simply add the following line to your Podfile:

pod "UINavigationBar+Addition"

In your view controller, import the category header file.

#import "UINavigationBar+Addition.h"

Hide Hairline

Hide the (1px bottom) hairline of nav bar

- (void)viewDidLoad {
    [super viewDidLoad];

    UINavigationBar *navigationBar = self.navigationController.navigationBar;
    [navigationBar hideBottomHairline];
}

Make Transparent

Or make the whole nav bar transparent with [navigationBar makeTransparent];

Author

Junda, junda@just2us.com

License

UINavigationBar+Addition is available under the MIT license. See the LICENSE file for more info.

Bitdeli Badge