What is the correct way to color the UIImagePickerController\'s nav bar? I merely tried to see the background color but I\'m getting a faded color as seen in the image bel
Try:
picker.navigationBar.translucent = false picker.navigationBar.barTintColor = .redColor()
Instead of
picker.navigationBar.backgroundColor = UIColor.redColor()
If you want translucent effects, leave translucent = true as default.
translucent = true