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