//一键换肤
[[UINavigationBar appearance]setBarTintColor:[UIColor blueColor]];
[[UITabBar appearance] setBarTintColor:[UIColor purpleColor]];
appearance一键换肤
最新推荐文章于 2021-06-04 11:04:47 发布
//一键换肤
[[UINavigationBar appearance]setBarTintColor:[UIColor blueColor]];
[[UITabBar appearance] setBarTintColor:[UIColor purpleColor]];