Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change navigation bar color for specific view controller? #182

Open
atalayasa opened this issue Feb 26, 2018 · 0 comments
Open

How to change navigation bar color for specific view controller? #182

atalayasa opened this issue Feb 26, 2018 · 0 comments

Comments

@atalayasa
Copy link

I am using following code to customize navigation bar controller in SideNavigationController which inherits from ENSideMenuNavigationController

        UINavigationBar.appearance().barTintColor = UIColor(red:0.01, green:0.47, blue:0.74, alpha:1.0)
        UINavigationBar.appearance().tintColor = UIColor.white  //navigation itemın rengi hamburger icon
        UINavigationBar.appearance().titleTextAttributes = [NSForegroundColorAttributeName : UIColor.white]

However I need to change bar color for specific view controller how can I do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant