ORKTouchAnywhereStep Class Reference

Inherits from ORKActiveStep : ORKStep : NSObject
Declared in ORKTouchAnywhereStep.h
ORKTouchAnywhereStep.m

Overview

The ORKTouchAnywhereStep class represents a step that displays a title with custom instructions and the text “Touch anywhere to continue.” The user can touch almost anywhere on the screen and the step will end and the task will continue. The back button is still tappable.

Other Methods

– initWithIdentifier:instructionText:

Init with an identifier and instruction text. Instruction text should be used to tell the user where to place the device before touching anywhere.

- (instancetype)initWithIdentifier:(NSString *)identifier instructionText:(NSString *)instructionText

Declared In

ORKTouchAnywhereStep.h

Other Methods

+ stepViewControllerClass

+ (Class)stepViewControllerClass

Declared In

ORKStep.h