just checked sim 8.1 and got a very similar result to your image
let bar:UINavigationBar! = self.navigationController?.navigationBar bar.setBackgroundImage(UIImage(), forBarMetrics: UIBarMetrics.Default) bar.shadowImage = UIImage() bar.backgroundColor = UIColor(red: 0.0, green: 0.3, blue: 0.5, alpha: 0.3)
The main point here is the background color with alpha.
Check the attached image, maybe I missed something?

sage444 Jan 05 '15 at 19:48 2015-01-05 19:48
source share