You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the ResearchKitSwiftUI target we implement the ORKOrderedTaskView to natively use the ORKTaskViewController within SwiftUI environments. Basic functionality is supported by the ORKOrderedTaskView.
A handy feature supported by the ORKTaskViewController is to initialize the view controller with restoration data (see initWithTask:restorationData:delegate:.
Solution
The ORKOrderedTaskView should support to declare support for save and restore (see taskViewControllerSupportsSaveAndRestore:) and forward the restoration Data to the result closure respectively.
Additionally ORKOrderedTaskView should receive an additional initializer (argument) to be initialized from a given Blob of restoration data.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Within the
ResearchKitSwiftUI
target we implement theORKOrderedTaskView
to natively use theORKTaskViewController
within SwiftUI environments. Basic functionality is supported by theORKOrderedTaskView
.A handy feature supported by the
ORKTaskViewController
is to initialize the view controller with restoration data (seeinitWithTask:restorationData:delegate:
.Solution
The
ORKOrderedTaskView
should support to declare support for save and restore (seetaskViewControllerSupportsSaveAndRestore:
) and forward the restorationData
to the result closure respectively.Additionally
ORKOrderedTaskView
should receive an additional initializer (argument) to be initialized from a given Blob of restoration data.Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: