delegate
The receiver’s delegate or nil if it doesn’t have a delegate.
Declaration
weak var delegate: AnyObject? { get set }Discussion
See UIAlertViewDelegate for the methods this delegate should implement.
The receiver’s delegate or nil if it doesn’t have a delegate.
weak var delegate: AnyObject? { get set }See UIAlertViewDelegate for the methods this delegate should implement.