如何更改"相机胶卷"的颜色?在UIImagePickerController中?

时间:2018-06-17 04:06:58

标签: swift uiimagepickercontroller

这是我的意思的图像。我只想要#34; Camera Roll"像状态栏一样白。

UIImagePickerController的屏幕截图

Screen shot of UIImagePickerController

1 个答案:

答案 0 :(得分:1)

您可以在展示UIImagePickerController

之前更改导航栏标题颜色
UINavigationBar.appearance().titleTextAttributes = [NSAttributedStringKey.foregroundColor : UIColor.white]