美文网首页
iOS NavigationBar setTintColor 无

iOS NavigationBar setTintColor 无

作者: 十重火 | 来源:发表于2018-07-17 17:44 被阅读0次

可以设置一下keywindow的属性来解决

    UIWindow *keyWindow = [[UIApplication sharedApplication] keyWindow];

    keyWindow.tintAdjustmentMode = UIViewTintAdjustmentModeAutomatic;

    [keyWindow tintColorDidChange];

相关文章

网友评论

      本文标题:iOS NavigationBar setTintColor 无

      本文链接:https://www.haomeiwen.com/subject/ayygpftx.html