54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
# ``ResearchKitUI``
|
|
|
|
Present ResearchKit model objects.
|
|
|
|
## Overview
|
|
|
|
ResearchKitUI contains UI to present your configured ResearchKit task.
|
|
|
|
## Topics
|
|
|
|
### View Controllers
|
|
|
|
- ``ORKCompletionStepViewController``
|
|
- ``ORKCustomStepViewController``
|
|
- ``ORKFormStepViewController``
|
|
- ``ORKInstructionStepViewController``
|
|
- ``ORKLearnMoreStepViewController``
|
|
- ``ORKLoginStepViewController``
|
|
- ``ORKPageStepViewController``
|
|
- ``ORKPasscodeViewController``
|
|
- ``ORKPDFViewerStepViewController``
|
|
- ``ORKReviewViewController``
|
|
- ``ORKStepViewController``
|
|
- ``ORKTableStepViewController``
|
|
- ``ORKTaskViewController``
|
|
- ``ORKVerificationStepViewController``
|
|
- ``ORKWaitStepViewController``
|
|
- ``ORKWebViewStepViewController``
|
|
|
|
### Delegates
|
|
|
|
- ``ORKCustomSignatureFooterViewStatusDelegate``
|
|
- ``ORKPasscodeDelegate``
|
|
- ``ORKReviewViewControllerDelegate``
|
|
- ``ORKSignatureViewDelegate``
|
|
- ``ORKStepViewControllerDelegate``
|
|
- ``ORKTaskViewControllerDelegate``
|
|
- ``ORKWebViewStepDelegate``
|
|
|
|
### Other
|
|
|
|
- ``ORKBorderedButton``
|
|
- ``ORKBorderedButtonDisabledStyle``
|
|
- ``ORKCompletionStepIdentifier``
|
|
- ``ORKContinueButton``
|
|
- ``ORKPlaybackButton``
|
|
- ``ORKSignatureView``
|
|
- ``ORKStepViewControllerNavigationDirection``
|
|
- ``ORKTaskViewControllerFinishReason``
|
|
- ``ORKTaskViewControllerProgressMode``
|
|
- ``ORKTaskViewControllerReviewMode``
|
|
- ``ORKTextButton``
|
|
- ``SwiftUIViewFactory``
|