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 ?
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 :)