Evan C
Evan C

Reputation: 77

Tab bar item image higher than the other images on tab bar

In my tab bar, one of the tab bar items is higher than the others. See screenshot. I tried using other images, and using system images, deleting the view and re-adding it. Every time this one item is higher than the others. What can I do to fix it?

enter image description here

Upvotes: 0

Views: 224

Answers (2)

Surya
Surya

Reputation: 546

Please consider the following steps:

  • Make sure your icon is .png file
  • Please resize and rename your icon with following:

    75x75 pixels (and rename as [email protected]),

    50x50 pixels (and rename as [email protected]), and

    25x25 pixels (rename as iconName.png

  • drag and drop your icons into 'Assets.xcassets'

It will work. thanks!

Upvotes: 0

Maulik Rajani
Maulik Rajani

Reputation: 639

That icon might have extra space(Padding) at bottom. There is problem with image. To check set second tab bar item icon at first position.

Upvotes: 1

Related Questions