I want to develop UINavigationBar and also set background color for that. I have created the UINavigationBar but I have problem with setting backgr
UINavigationBar
self.navigationController?.navigationBar.translucent = false
self.navigationController?.navigationBar.barTintColor = UIColor.redColor()
self.navigationController?.navigationBar.barStyle = UIBarStyle.BlackTranslucent