self.tabBar.backgroundImage = [[UIImage alloc]init];
self.tabBar.shadowImage = [[UIImage alloc]init];
或者
[[UITbarBar appearance] setShadowImage:[UIImage new]];
[[UITabBar appearance]setBackgroundImage:[UIImage new]];
self.tabBar.backgroundImage = [[UIImage alloc]init];
self.tabBar.shadowImage = [[UIImage alloc]init];
或者
[[UITbarBar appearance] setShadowImage:[UIImage new]];
[[UITabBar appearance]setBackgroundImage:[UIImage new]];