As we know the default icon size for the tabBar is 30x30 point. I have an icon with thin lines and the display property is not that good. Its edge is not sharp. But I find the tabBar icon of music.app is really pretty with sharp edge. Is there any trick I should know? Thanks in advance!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It's 30x30 points, which could be either 30x30 pixels, or 60x60 pixels, depending if the device has a retina display or not. That image looks to be displayed on a retina device.
If you have an image, for example, named MusicTabIcon.png, have two versions...
- One @ 30x30 pixels named MusicTabIcon.png
- One @ 60x60 pixels named MusicTabIcon@2x.png