-1

I have designed a tab bar which looks like so...

enter image description here

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... enter image description here

How can I achieve this...?

user308123
  • 135
  • 1
  • 12

1 Answers1

0

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()
AtulParmar
  • 4,358
  • 1
  • 24
  • 45