Reputation: 77
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?
Upvotes: 0
Views: 224
Reputation: 546
Please consider the following steps:
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
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