iOS10 去掉tabbar 上边的黑线
iOS 10 去掉顶部黑线
UITabBar *tabbarsub = [UITabBar appearance];
[tabbarsub setBackgroundImage:[UIImage new]];
[tabbarsub setShadowImage:[UIImage new]];
iOS 10 去掉顶部黑线
UITabBar *tabbarsub = [UITabBar appearance];
[tabbarsub setBackgroundImage:[UIImage new]];
[tabbarsub setShadowImage:[UIImage new]];