ORKTouchRecorder Class Reference
Inherits from | ORKRecorder : NSObject |
---|---|
Declared in | ORKTouchRecorder.h |
The ORKTouchRecorder
class defines the attributes and behavior of touch events recorder.
This class is considered private because its interface is not yet considered stable. It is not currently used by any of the pre-defined active tasks.
touchView
The ORKTouchRecorder
attaches a gesture recognizer to touchView
to receive touch events.
@property (nonatomic, strong, readonly, nullable) UIView *touchView
Discussion
Use -viewController:willStartStepWithView:
to set the touchView
property before
the touch recorder starts.
Declared In
ORKTouchRecorder.h