I implemented a custom UITabBar and I still have this gradient/shadow on top of it. I added
[self.tabBar setBackgroundImage:[UIImage imageNamed:@\"navBarBotto
Calling [[UITabBar appearance] setShadowImage:] will customise all UITabBar instances in your app.
[[UITabBar appearance] setShadowImage:]
UITabBar
If you want to customize just one UITTabBar, you can do this:
UITTabBar
[self.tabBarController.navigationController.navigationBar setShadowImage:[UIImage new]];