-
Represents how and where an action should be placed in the user interface.
See moreDeclaration
Swift
@frozen public enum Style -
The title of the action.
Declaration
Swift
public let title: String -
The style of the action.
Declaration
Swift
public let style: Style -
Invokes the callback.
Declaration
Swift
public func invoke()
AlertAction Class Reference