listenzz / HBDNavigationBar

A custom UINavigationBar for smooth switching between various states, including bar style, bar tint color, background image, background alpha, bar hidden, title text attributes, tint color, shadow hidden...
MIT License
1.65k stars 215 forks source link

使用[UINavigationBar appearance] setTintColor:方法设置导航栏全局颜色后,导致系统控件类的导航栏颜色也改变 #144

Open LiuJinfan opened 3 years ago

LiuJinfan commented 3 years ago

使用[[UINavigationBar appearance] setTintColor:UIColor.blackColor]方法设置导航栏全局颜色后,导致系统控件类的导航栏颜色也改变,并且使用self.hbd_barTintColor方法似乎不能改变基于UINavigationController的系统控件,比如UIImagePickerController,应该如何把这些控件的导航栏恢复成默认的颜色呢?

LiuJinfan commented 3 years ago

image