导航栏透明
作者:
飞天蛤蟆 | 来源:发表于
2017-04-13 17:10 被阅读0次self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor whiteColor]};
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
self.navigationController.navigationBar.translucent = YES;
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowImage = [UIImage new];

1.png
本文标题:导航栏透明
本文链接:https://www.haomeiwen.com/subject/ijabattx.html
网友评论