导航栏变为透明
2017-06-03 本文已影响9人
wodeph
//导航栏变为透明
[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];
注:不喜勿喷!!!