我正在使用外观协议来更改应用程序中所有导航栏的外观,并且效果很好。
[[UINavigationBar appearance] setBackgroundImage:[ApplicationStyle navigationBarImage] forBarMetrics:UIBarMetricsDefault];
我不希望 UIImagePickerController 上的导航栏发生变化,但我想要一种干净的方式来实现这一点,有什么想法吗?
我正在使用外观协议来更改应用程序中所有导航栏的外观,并且效果很好。
[[UINavigationBar appearance] setBackgroundImage:[ApplicationStyle navigationBarImage] forBarMetrics:UIBarMetricsDefault];
我不希望 UIImagePickerController 上的导航栏发生变化,但我想要一种干净的方式来实现这一点,有什么想法吗?