Giter VIP home page Giter VIP logo

crnavigationcontroller's People

Contributors

croberts22 avatar shaymargolis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crnavigationcontroller's Issues

Macro for iOS6

Version check should include iOS6 for backwards compatibility. I just tried to install it via CocoaPods and it fails, as the min. requirement is iOS7.

Obviously there are still apps which need to support iOS6 and iOS7. This class could act as a wrapper without functionality when running on anything < iOS7.

Opinions?

when the barTintColor is nil

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, but i do not know how to solve it.I wish you can help me.
Thanks!

I notice there is a pod file in ../Example.What's the use?

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 relative paths.
In your podfile,i notice you use :path => "../" ,how does it mean?
And
target "CRNavigationController" do
pod "CRNavigationController"
end

License

What's the license for this?

How to use it with storyboard?

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

How to use it?

    [[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 blue:255.0/255.0 alpha:1.0], NSForegroundColorAttributeName,
                                                           shadow, NSShadowAttributeName,
                                                           [UIFont fontWithName:@"FontAwesome" size:21.0], NSFontAttributeName, nil]];
    // self.navigationController.navigationBar.barTintColor = [UIColor blueColor];
    //[self.navigationController.navigationBar setBarStyle:UIBarStyleBlackTranslucent];
    [[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];

How to change it to CRNavigationController?

iOS 7.0.3

In iOS 7.0.3 it seems like Apple solve the blur problem and bartintcolor and now we don't need this solution.
Can you confirm this ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.