When specifying home screen quick actions, UIApplicationShortcutItems
, in your Info.plist, is there a way to use a system image from SF Symbols?
The docs no
Seems like there is no way to directly use those. But since there are not much symbols that you need to use statically at the same time, here is the solution:
UIApplicationShortcutItemIconFile
:I hope Apple add direct support for SF Symbols soon.