DTAlertViewDelegate Protocol Reference
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