Initializer

init(systemName:)

Creates a system symbol image.

Declaration 宣言

init(systemName: String)

Parameters パラメータ

systemName

The name of the system symbol image. Use the SF Symbols app to look up the names of system symbol images.

Discussion 議論

This initializer creates an image using a system-provided symbol. To create a custom symbol image from your app’s asset catalog, use init(_:bundle:) instead.