RSDMotionRecorderConfiguration
@available(iOS 10.0, *)
struct RSDMotionRecorderConfiguration : RSDRestartableRecorderConfiguration, Codable
-
Instantiate a
RSDMotionRecorder
.Declaration
Swift
public func instantiateController(with taskViewModel: RSDPathComponent) -> RSDAsyncAction?
Parameters
taskViewModel
The current task path to use to initialize the controller.
Return Value
A new instance of
RSDMotionRecorder
.