ORKConsentSharingStepViewController Class Reference

Inherits from ORKQuestionStepViewController : ORKStepViewController : UIViewController
Declared in ORKConsentSharingStepViewController.h
ORKConsentSharingStepViewController.m

Overview

The ORKConsentSharingStepViewController class is a view controller subclass used to manage a consent sharing step (ORKConsentSharingStep).

You should not need to instantiate a consent sharing step view controller directly. Instead, include a consent sharing step in a task, and present a task view controller for that task.

– initWithStep:

Returns a new step view controller for the specified step.

- (instancetype)initWithStep:(ORKStep *)step

Parameters

step

The step to be presented.

Return Value

A newly initialized step view controller.

Declared In

ORKStepViewController.h