jorjj
jorjj

Reputation: 1619

Swift 3 : Tab Bar Controller Image Size Issue

I'm trying to add image in my tab bar. I created all images for universal devices, but when I add the images, it look too big for tab controller. How can I fix this problem.

This is my assets folder : enter image description here

And this happens when i add the icon : enter image description here

Upvotes: 0

Views: 3682

Answers (2)

Moin Shirazi
Moin Shirazi

Reputation: 4425

The size of the image used is too big..

Please follow size guideline provided by apple to get the best result

Have a lookenter image description here

Upvotes: 3

Kimdv
Kimdv

Reputation: 310

It is because the image is to big :)

Here is the Apple recommendations: https://developer.apple.com/ios/human-interface-guidelines/graphics/custom-icons/

Upvotes: 1

Related Questions