TheSwiftGuy77
TheSwiftGuy77

Reputation: 656

Custom tab bar resizes when ever the other tab bar item is clicked

This is my tab bar when ever I launch my simulator.

enter image description here

But, when ever I click the other tab bar items, the other icons changes as shown below:

enter image description here

I want my tab bar icons to look like the first picture even if I click other tab bar items. Need help! (I am new to IOS)

Upvotes: 0

Views: 48

Answers (1)

LinusG.
LinusG.

Reputation: 28902

For custom tab bar images, you have to use a .pdf file with the dimensions of 25x25.
You can read more about this on Apple's Documentation.

Upvotes: 2

Related Questions