美文网首页
iOS 设置导航栏透明

iOS 设置导航栏透明

作者: iOS_Developer | 来源:发表于2016-10-19 16:22 被阅读63次

    //设置透明

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

    //设置导航栏底部分割线隐藏

        [self.navigationController.navigationBar setShadowImage:[UIImage new]];
    

    相关文章

      网友评论

          本文标题:iOS 设置导航栏透明

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