Contents

init(type:localizedTitle:)

Creates an immutable Home Screen dynamic quick action with a user-visible title and no icon.

Declaration

convenience init(type: String, localizedTitle: String)

Parameters

  • type:

    The required, app-defined type of the Home Screen quick action.

  • localizedTitle:

    The required, user-visible title of the Home Screen quick action.

Return Value

An immutable Home Screen dynamic quick action with a user-visible title and no icon.

See Also

Creating a Home Screen dynamic quick action