Contents

init(systemImageName:)

Creates an action icon by 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. Download this app from the design resources page at Resources.

Return Value

An action icon that the system initializes with the system symbol image that your app specifies.

See Also

Essentials