美文网首页
设置navigationbar 颜色,主题

设置navigationbar 颜色,主题

作者: 凌风001 | 来源:发表于2016-09-02 08:52 被阅读0次
Paste_Image.png
[[UINavigationBar appearance] setBarTintColor:COLOR_RGB(0, 159, 239)];
[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
[[UINavigationBar appearance] setBackIndicatorImage:[UIImage imageNamed:@"btn-back"]];
[[UINavigationBar appearance] setBackIndicatorTransitionMaskImage:[UIImage imageNamed:@"btn-back"]];
[[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -100) forBarMetrics:UIBarMetricsDefault];

相关文章

网友评论

      本文标题:设置navigationbar 颜色,主题

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