We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using following code to customize navigation bar controller in SideNavigationController which inherits from ENSideMenuNavigationController
However I need to change bar color for specific view controller how can I do that?
The text was updated successfully, but these errors were encountered: