I have designed a tab bar which looks like so...
But I want to raise the top border of the tab bar so that the centre big image comes down within the border. It should look like so...
How can I achieve this...?
I have designed a tab bar which looks like so...
But I want to raise the top border of the tab bar so that the centre big image comes down within the border. It should look like so...
How can I achieve this...?
try this code to remove the top border of UITabbar.
UITabBar.appearance().layer.borderWidth = 0.0
UITabBar.appearance().clipsToBounds = true
UITabBar.appearance().shadowImage = UIImage()
UITabBar.appearance().backgroundImage = UIImage()mage = UIImage()