Skip to content

TinyQ/TQNavigationBarUnderLine

Repository files navigation

TQNavigationBarUnderLine

Version License Platform

Easy way to set under line Color for UINavigationBar (iOS7 available) .

Example

Mou icon

Installation

TQNavigationBarUnderLine is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TQNavigationBarUnderLine'

Usage

import

#import <TQNavigationBarUnderLine/TQNavigationBarUnderLine.h>
// or
@import TQNavigationBarUnderLine;

set

[self.navigationController.navigationBar ul_setUnderLineColor:[UIColor redColor]];

remove

[self.navigationController.navigationBar ul_reset];

Author

tinyqf@gmail.com

License

TQNavigationBarUnderLine is available under the MIT license. See the LICENSE file for more info.

About

Easy way to set under line for UINavigationBar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published