设置导航

2016-07-29  本文已影响0人  私小甲鱼

设置导航的颜色实际显示出来的颜色有差别,设置以下代码

//设置导航栏背景颜色

[[UINavigationBarappearance]setBarTintColor:BackWhite];

//设置导航栏背景差别

[[UINavigationBarappearance]setTranslucent:NO];

//设置导航栏标题颜色

[[UINavigationBarappearance]setTitleTextAttributes:@{NSForegroundColorAttributeName:TextBlack,

NSFontAttributeName:UIFont(20.0)}];

上一篇 下一篇

猜你喜欢

热点阅读