效果黑底白字
//导航栏样式为黑色
[[UINavigationBar appearance] setBarStyle:UIBarStyleBlack];
//导航栏按钮颜色白色
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
效果黑底白字
//导航栏样式为黑色
[[UINavigationBar appearance] setBarStyle:UIBarStyleBlack];
//导航栏按钮颜色白色
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];