Please look at the screenshot below.
I set all the tint colors from the same UIColor object for the UINavigationBar, search bar and toolbar at the bottom. But for so
You will have to disable property translucent for navigation bar
you can do it programatically with following line
self.navigationController?.navigationBar.isTranslucent = false
OR
Just un-tick "Translucent" check box from storyboard, you will find it in UINavigationBar properties on UINavigationController