Contents

shortcutItem

A key indicating that the app was launched in response to the user selecting a Home screen quick action.

Declaration

static let shortcutItem: UIApplication.LaunchOptionsKey

Discussion

The value of this key is the UIApplicationShortcutItem object representing the action that the user selected.

See Also

Accessing launch options