I implemented a custom UITabBar and I still have this gradient/shadow on top of it. I added
[self.tabBar setBackgroundImage:[UIImage imageNamed:@\"navBarBotto
I have achieved the same look by following method. 1. Set the background bar tint colour to same as the main parent view background colour. 2.
this.TabBar.BarStyle = UIBarStyle.BlackOpaque;
I used it in Xamarin, Please verify the Swift syntax.