How to get started
Onboarding updates
ResearchKit comes in with a baked-in onboarding screen (
ORKInstructionStep) ready to be used in an app:we can customize thing such as image, title
can have multiple steps
a webview step (
ORKWebViewStep) can now have an in-line signature section after the webview contentnew request permission step to request user for authorizations to system features (
ORKRequestPermissionStep)
Survey enhancements
now ResearchKit uses in-line labels to display errors instead of alerts
we can now enable a “I Don’t Know” button to let users skip an answer if they don’t want to answer a question (the
I don't knowtext can be customized)new
ReviewViewControllerthat allows participants to view a breakdown of all the questions they were asked and the response they gave (users will be able to edit their answers from there as well)
Active tasks
many UI and UX improvements around hearing tasks.
3D models
Two new classes to visualize 3D models:
ORK3DModelStepORKUSDZModelManager
How-to:
Add a USDZ model into the project
Create a
ORKUSDZModelManagerinstanceCreate a
ORK3DModelStepand present it
