CRNavigationController icon indicating copy to clipboard operation
CRNavigationController copied to clipboard

A UINavigationController subclass that brings about a more vivid, brighter UINavigationBar.

Results 7 CRNavigationController issues
Sort by recently updated
recently updated
newest added

hi @croberts22 , I got a problem when i use the 'CRNavigationController'. I found the method 'setBarTintColor:(UIColor *)barTintColor' can not deal with the situation that when the barTintColor is nil,...

I've set `CRNavigationController.h` as custom class of the storyborad root view. But it can't run into the `CRNavigationController.m`.

dosnot make use on ios8.4

``` [[UINavigationBar appearance] setBarTintColor:[UIColor midnightBlueColor]]; NSShadow *shadow = [[NSShadow alloc] init]; shadow.shadowColor = [UIColor colorWithRed:0.0 green:0.0 blue:0.0 alpha:0.8]; shadow.shadowOffset = CGSizeMake(0, 1); [[UINavigationBar appearance] setTitleTextAttributes: [NSDictionary dictionaryWithObjectsAndKeys: [UIColor colorWithRed:255.0/255.0 green:255.0/255.0...

Just embedded the Demo's view inside a table view to allow scrolling content under the navigation bar. Bad news is that it flickers a lot!

I just expanded on what you did and added support for the tab bar as well. Thanks for your useful library!

Recently,I learn cocoapods.then ,I use CRNavigationController. I use cocoapods to manage my local project. I has a problem when i write podfile It's how to link to a podspec use...