iOS定制view

22、导航栏的背景色

2016-05-12  本文已影响29人  天听云道
//------
    UINavigationController *nav    = [[UINavigationController alloc] initWithRootViewController:VC];
    nav.navigationBar.barTintColor = [UIColor redColor];
上一篇 下一篇

猜你喜欢

热点阅读