Skip to content

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

@atalayasa

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?

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