×

SF Symbol

iOS 14 +

Notes

Display an SF Symbol. You can find more info at https://widgetpack.app/documentation

Syntax

sFSymbol(byName: <#Boolean#>, name: <#String (Allows Variables)#>, systemImage: <#Object (SFSymbol)#>, resizable: <#Boolean#>)

Example

sFSymbol(byName: false, name: """", systemImage: SFSymbol(identifier: "bolt", displayString: "bolt"), resizable: true)