Rus6lan
Rus6lan

Reputation: 33

Bad quality on tabBarItem image

I am adding image for my tabBarItem

playerViewController.tabBarItem.image = UIImage(named: "Icon-Small")

"Icon-small" it's 29 × 29 PNG image

And when I'm running my app quality of this image in tabBarItem very low. If I'm using 50x50 it's too big and also low quality. All icons prepared from 512x512 PNG with Prepo Mac application.

enter image description here

enter image description here

Upvotes: 3

Views: 159

Answers (1)

Gaurav Parvadiya
Gaurav Parvadiya

Reputation: 149

Are you using 2x and 3x images? If not then try with it.

Another solution is to use .pdf file in vector format. It will stretch your image as needed.

enter image description here

Upvotes: 1

Related Questions