iOS10 去掉tabbar 上边的黑线

iOS 10 去掉顶部黑线

    UITabBar *tabbarsub = [UITabBar appearance];

  [tabbarsub setBackgroundImage:[UIImage new]];

    [tabbarsub setShadowImage:[UIImage new]];

posted on 2016-11-18 14:33  举个例子yi聪聪  阅读(1804)  评论(0编辑  收藏  举报

导航