I am trying to find the ideal resolution for a tabBarItem image.
I want to keep the image small and not let it pixelate. I tried decreasing the resolution but the image became pixelated.
I tried resolution of 60x60. The tabBarItem image had clarity but the image occupied most of the tabBar.
I tried resolution of 30x30. The image rendered was of the ideal size but the image was pixelated.
What can I do to to achieve small image rendering on the tabBarItem and simultaneously stop it from getting pixelated ?
Asked
Active
Viewed 41 times
1

MrDank
- 2,020
- 2
- 17
- 39
-
You should use image with same size that you are using in tabBarItem. – Ketan Parmar May 13 '16 at 07:51
-
I am using the default tabBarItemSize though I don't know how much that is – MrDank May 13 '16 at 07:53
-
Check my answer :) – Ketan Parmar May 13 '16 at 07:57
1 Answers
0
You should use image with same size that you are using in tabBarItem. You can refer Apple human interface guidelines for different image sizes you should use.
Hope this will help :)

Ketan Parmar
- 27,092
- 9
- 50
- 75