Make a fine tabBar icon

喜你入骨 提交于 2019-12-11 02:23:56

问题


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...

  1. One @ 30x30 pixels named MusicTabIcon.png
  2. One @ 60x60 pixels named MusicTabIcon@2x.png


来源:https://stackoverflow.com/questions/10854999/make-a-fine-tabbar-icon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!