//导航栏变为透明
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:0];
//让黑线消失的方法
self.navigationController.navigationBar.shadowImage=[UIImage new];
注:不喜勿喷!!!
//导航栏变为透明
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:0];
//让黑线消失的方法
self.navigationController.navigationBar.shadowImage=[UIImage new];
注:不喜勿喷!!!
本文标题: 导航栏变为透明
本文链接:https://www.haomeiwen.com/subject/prrmfxtx.html
网友评论