Conforms to NSObject
Declared in DTAlertView.h

Instance Methods

alertView:clickedButtonAtIndex:

Sent to the delegate when the user clicks a button on an alert view.

- (void)alertView:(DTAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex

Parameters

alertView

The alert view containing the button.

buttonIndex

The button index of clicked button, value 0 is cancel button, 1 is positive button.

Declared In

DTAlertView.h

alertViewDidDismiss:

Sent to the delegate after an alert view is dismissed from the screen.

- (void)alertViewDidDismiss:(DTAlertView *)alertView

Parameters

alertView

The alert view that was dismissed.

Declared In

DTAlertView.h

alertViewTextDidChanged:

Sent to the delegate when textField text did change.

- (void)alertViewTextDidChanged:(DTAlertView *)alertView

Parameters

alertView

The alert view containing textField.

Declared In

DTAlertView.h

alertViewWillDismiss:

Sent to the delegate before an alert view is dismissed.

- (void)alertViewWillDismiss:(DTAlertView *)alertView

Parameters

alertView

The alert view that is about to be dismissed.

Declared In

DTAlertView.h