iOS10 去掉tabbar 上边的黑线

iOS 10 去掉顶部黑线

    UITabBar *tabbarsub = [UITabBar appearance];

  [tabbarsub setBackgroundImage:[UIImage new]];

    [tabbarsub setShadowImage:[UIImage new]];

原文地址:https://www.cnblogs.com/yecong/p/6077652.html