Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITabBarItem Image Size

I am making images for my UITabBar. I am making them of size 60x60, because that's what retina screens use. However, when I use that size, it shows up too big in the bar, so you can only see part of the image. When I reduce it down to 30x30, it works, but that size is supposed to be for non-retina displays. Why does it not show up properly when I use 60x60?

like image 453
user2397282 Avatar asked Sep 06 '13 14:09

user2397282


1 Answers

You probably may have to rename your retina image to [email protected].

like image 118
thatzprem Avatar answered Sep 22 '22 16:09

thatzprem