Here is an image of what I mean. I just want the title of "Camera Roll" to be white like the status bar.
You can change the navigation bar title color before presenting the UIImagePickerController
UINavigationBar.appearance().titleTextAttributes = [NSAttributedStringKey.foregroundColor : UIColor.white]