设置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
网友评论