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
Swift 5 / IOS 13
I have found this solution:
let barApperance = UINavigationBar.appearance() barApperance.tintColor = .systemBlue
just put it where you create the UIImagePickerController()