UIColor

In this video tutorial I am showing how to customize UINavigationBar by: changing its background color (barTintColor) set UINavigationBar Title text tint color (NSForegroundColorAttributeName) set UINavigationBar background image change Back button tint color change Bar Button item tint color Source code: // Set navigation bar tint / background colour UINavigationBar.appearance().barTintColor = UIColor.redColor() // Set Navigation bar Title colour…

Read More Customize UINavigationBar appearance in Swift