设置navigationbar 颜色,主题

2016-09-02  本文已影响0人  凌风001
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];
上一篇 下一篇

猜你喜欢

热点阅读