美文网首页
去掉tabBar的黑色分割线

去掉tabBar的黑色分割线

作者: 阿兹尔 | 来源:发表于2016-09-05 11:58 被阅读134次

    self.tabBar.backgroundImage = [[UIImage alloc]init];
    self.tabBar.shadowImage = [[UIImage alloc]init];

    或者
    [[UITbarBar appearance] setShadowImage:[UIImage new]];
    [[UITabBar appearance]setBackgroundImage:[UIImage new]];

    相关文章

      网友评论

          本文标题:去掉tabBar的黑色分割线

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