Ios 如何将符号图像放入静态快捷菜单项?

Ios 如何将符号图像放入静态快捷菜单项?,ios,shortcut,ios13,Ios,Shortcut,Ios13,在Info.plist UIApplicationShortcutItems条目中: 我可以使用UIApplicationShortcutItemIconFile指定与UIApplicationShortcutIconinit(templateImageName:)相对应的图像文件名 我可以使用UIApplicationShortcutItemIconType指定一个系统图标,对应于UIApplicationShortcutIconinit(type:) 哪个Info.plist条目对应于i

在Info.plist UIApplicationShortcutItems条目中:

  • 我可以使用
    UIApplicationShortcutItemIconFile
    指定与UIApplicationShortcutIcon
    init(templateImageName:)
    相对应的图像文件名

  • 我可以使用
    UIApplicationShortcutItemIconType
    指定一个系统图标,对应于UIApplicationShortcutIcon
    init(type:)

哪个Info.plist条目对应于
init(systemImageName:)
?如何将符号图像输入菜单