Additional Icon in App Name/Lable

二次信任 提交于 2019-11-30 06:42:39

问题


How can I add an additional icon to the Name/Lable of app, just the like snapshot of my test device Home screen (see highlighted Water app, in the attached screenshot). You can see that there is a small icon at the end of App Name/Label.

PS: I'm not sure, if its part of the Application icon, or there is some way to add an additional icon to App Name/Label.

Thanks!


回答1:


This is an Emoji character. See Emoji on Wikipedia and iOS: Understanding emoji for more information about these. They are special unicode characters that are very popular in countries like Japan. iOS has support for these throughout the OS, and you can see these characters on the Wikipedia page by visiting it with Safari.

You can put these characters into the "Bundle display name" (CFBundleDisplayName) of your Info.plist (or InfoPlist.strings) and they will appear correctly on the home screen of the device:

I'm not sure if this is officially allowed by Apple.



来源:https://stackoverflow.com/questions/9891204/additional-icon-in-app-name-lable

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