iOS NavigationBar setTintColor 无
2018-07-17 本文已影响0人
十重火
可以设置一下keywindow的属性来解决
UIWindow *keyWindow = [[UIApplication sharedApplication] keyWindow];
keyWindow.tintAdjustmentMode = UIViewTintAdjustmentModeAutomatic;
[keyWindow tintColorDidChange];