TKAlertDelegate Protocol Reference
Conforms to | NSObject |
Declared in | TKAlert.h |
Instance Methods
alert:buttonForAction:
Returns the UIButton object for the specified TKAlertAction.
- (UIButton *__nonnull)alert:(TKAlert *__nonnull)alert buttonForAction:(TKAlertAction *__nonnull)action
Declared In
TKAlert.h
alert:didDismissWithAction:
This method is called after TKAlert has been dismissed.
- (void)alert:(TKAlert *__nonnull)alert didDismissWithAction:(TKAlertAction *__nonnull)action
Declared In
TKAlert.h
alertDidDismiss:
This method is called after TKAlert was dismissed.
- (void)alertDidDismiss:(TKAlert *__nonnull)alert
Parameters
- alert
The TKAlert object.
Declared In
TKAlert.h
alertDidShow:
Called after TKAlert has been shown.
- (void)alertDidShow:(TKAlert *__nonnull)alert
Parameters
- alert
The TKAlert object.
Declared In
TKAlert.h