我有Xcode 4.2,我选择了没有Storybord的项目模板Master Detail视图。那么我该如何设置导航样式以及我应该在哪里添加代码呢?请给我一些建议。
答案 0 :(得分:0)
//set navigation bar tint color
[self.navigationController.navigationBar setTintColor:[UIColor blueColor]];
//or to set its style
[self.navigationController.navigationBar setBarStyle:UIBarStyleDefault];