TQNavigationBarUnderLine 0.1.1

TQNavigationBarUnderLine 0.1.1

Maintained by qfu.



  • By
  • qfu

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

[email protected]

License

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