LoginViewController Class Reference
Inherits from | ORKLoginStepViewController : ORKFormStepViewController : ORKStepViewController : UIViewController |
---|---|
Declared in | TaskFactory+Onboarding.m |
Overview
A subclass is required for the login step.
The implementation below demonstrates how to subclass and override button actions.
– forgotPasswordButtonTapped
Action method for the forgot password button.
- (void)forgotPasswordButtonTapped
Discussion
The forgot password button is shown in place of the skip button. Override this method to provide custom logic for the button action.
Declared In
ORKLoginStepViewController.h