美文网首页
导航栏如何设置为全透明样式

导航栏如何设置为全透明样式

作者: 飞雨2013 | 来源:发表于2016-10-31 18:13 被阅读16次

转载:http://blog.csdn.net/Hierarch_Lee/article/details/50823575

- (void)viewDidLoad {

[super viewDidLoad];

// Do any additional setup after loading the view, typically from a nib.

self.view.backgroundColor = [UIColor greenColor];

self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor redColor]};

[self.navigationController.navigationBar setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];

}

相关文章

网友评论

      本文标题:导航栏如何设置为全透明样式

      本文链接:https://www.haomeiwen.com/subject/obuputtx.html