Contents

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.

See Also

Setting properties