Additional Icon in App Name/Lable

前端 未结 1 1079
时光取名叫无心
时光取名叫无心 2020-12-14 12:47

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

相关标签:
1条回答
  • 2020-12-14 13:11

    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:

    enter image description here

    enter image description here

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

    0 讨论(0)
提交回复
热议问题