delegate
The receiver’s delegate or nil if it doesn’t have a delegate.
Declaration
weak var delegate: (any UIActionSheetDelegate)? { get set }Discussion
For a list of methods your delegate object can implement, see UIActionSheetDelegate.
The receiver’s delegate or nil if it doesn’t have a delegate.
weak var delegate: (any UIActionSheetDelegate)? { get set }For a list of methods your delegate object can implement, see UIActionSheetDelegate.