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

让过去成就未来.
//设置NavigationBar背景颜色[[UINavigationBar appearance] setBarTintColor:[UIColor redColor]];//@{}代表Dictionary[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName : [UIColor whiteColor]}];
