Skip to content

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

Description

@atalayasa

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions