Currently I'm working with ResearchKit
. In a ORKTaskViewController
I'd like to show my custom view embedded in some specified tasks. How can I achieve this can someone provide me with a sample code. Thanks a lot.
Asked
Active
Viewed 722 times
0
-
I suggest you post a issue on rk's github repo. – Yuan Jan 25 '16 at 06:07
1 Answers
0
There's a small example on ORKTest
which uses the customView
property of the ORKActiveStepView
controller. The relevant code is here.
And the documentation for that property is here.
Hope that helps.

Ricardo Sanchez-Saez
- 9,466
- 8
- 53
- 92