Contents

delegate

The alert’s delegate.

Declaration

weak var delegate: (any NSAlertDelegate)? { get set }

Discussion

To set a delegate for the alert, provide an object conforming to the NSAlertDelegateprotocol to this property. To remove the delegate, set this property’s value to nil.

See Also

Configuring Alerts