iOS-设置导航栏颜色(iOS8+)

self.navigationController.navigationBar.barTintColor = [UIColor blueColor];

你可能感兴趣的:(ios,UI,导航栏)