1.UINavigationBar背景色
[[UINavigationBarappearance] setBarTintColor:你的颜色];
2.UINavigationBar字体颜色
[[UINavigationBarappearance] setBarStyle:UIBarStyleBlack];
[[UINavigationBarappearance] setTintColor:[UIColorwhiteColor]];
1.UINavigationBar背景色
[[UINavigationBarappearance] setBarTintColor:你的颜色];
2.UINavigationBar字体颜色
[[UINavigationBarappearance] setBarStyle:UIBarStyleBlack];
[[UINavigationBarappearance] setTintColor:[UIColorwhiteColor]];
1万+

被折叠的 条评论
为什么被折叠?