I implemented a custom UITabBar and I still have this gradient/shadow on top of it. I added
[self.tabBar setBackgroundImage:[UIImage imageNamed:@\"navBarBotto
Here's another easy to implement answer:
[self.tabBar setValue:@(YES) forKeyPath:@"_hidesShadow"];
Worked for me.