//设置NavigationBar背景颜色[[UINavigationBar appearance] setBarTintColor:[UIColor redColor]];//@{}代表Dictionary[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName : [UIColor whiteColor]}];

原文:http://www.cnblogs.com/mkr127/p/5498513.html