ORKLoginStepViewController Class Reference

Inherits from ORKFormStepViewController : ORKStepViewController : UIViewController
Declared in ORKLoginStepViewController.h

The ORKLoginStepViewController class is the concrete ORKStepViewController implementation for ORKLoginStep.

You should subclass a login step view controller and override the button action methods to provide your navigation logic. All override methods are required.

– 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