22、导航栏的背景色
2016-05-12 本文已影响29人
天听云道
//------
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:VC];
nav.navigationBar.barTintColor = [UIColor redColor];
//------
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:VC];
nav.navigationBar.barTintColor = [UIColor redColor];