Contents

init(systemImageName:)

Creates a Home Screen quick action icon using a system symbol image.

Declaration

convenience init(systemImageName: String)

Parameters

  • systemImageName:

    The name of the system symbol image. Use the SF Symbols app to look up the names of system symbol images. You can download this app from the design resources page at Resources.

Return Value

A Home Screen quick action icon initialized with the specified system symbol image.

See Also

Creating a quick action icon