我有办法在UIApplicationShortcutItem
上只有文字吗?
我有一个想法是把空的.png文件,但想知道是否存在更优雅的方式
<key>UIApplicationShortcutItems</key>
<array>
<dict>
<key>UIApplicationShortcutItemIconType</key>
<string>UIApplicationShortcutIconTypeSearch</string>
<key>UIApplicationShortcutItemTitle</key>
<string>Search</string>
<key>UIApplicationShortcutItemType</key>
<string>Search</string>
</dict>
</array>