Navigation自定义

来源:互联网 发布:可牛软件下载 编辑:程序博客网 时间:2024/06/06 03:16

//设置状态栏和导航栏颜色

[[UINavigationBarappearance] setBarTintColor:[UIColorwhiteColor]];

//设置导航栏内容颜色

[[UINavigationBarappearance] setTintColor:[UIColorredColor]];

0 0
原创粉丝点击