ORKVerificationStepViewController Class Reference
| Inherits from | ORKStepViewController : UIViewController |
|---|---|
| Declared in | ORKVerificationStepViewController.h ORKVerificationStepViewController.m |
Overview
The ORKVerificationStepViewController class is the concrete ORKStepViewController
implementation for ORKVerificationStep.
You should subclass a verification step view controller and override the button action methods to provide your navigation logic. All override methods are required.
– resendEmailButtonTapped
Action method for the resend email button.
- (void)resendEmailButtonTappedDiscussion
Override this method to provide custom logic for the button action.
Declared In
ORKVerificationStepViewController.h