ORKVerificationStepViewController Class Reference
Inherits from | ORKStepViewController : UIViewController |
---|---|
Declared in | ORKVerificationStepViewController.h |
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)resendEmailButtonTapped
Discussion
Override this method to provide custom logic for the button action.
Declared In
ORKVerificationStepViewController.h