美文网首页iOS 控件
导航栏变为透明

导航栏变为透明

作者: wodeph | 来源:发表于2017-06-03 17:28 被阅读9次

//导航栏变为透明

[self.navigationController.navigationBar  setBackgroundImage:[UIImage    new]   forBarMetrics:0];

//让黑线消失的方法

self.navigationController.navigationBar.shadowImage=[UIImage  new];

注:不喜勿喷!!!

相关文章

网友评论

    本文标题: 导航栏变为透明

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