ORKFormStepViewController Class Reference
Inherits from | ORKStepViewController : UIViewController |
---|---|
Declared in | ORKFormStepViewController.h |
The ORKFormStepViewController
class is the concrete ORKStepViewController
implementation for ORKFormStep
.
You should not need to instantiate a form step view controller
directly. Instead, create an ORKFormStep
object and include it in a task for an
ORKTaskViewController
object, and present the task view controller. The task view
controller automatically instantiates the form step view controller
when it encounters a form step and needs to present it.