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.
Can I add custom UIView to ORKStep in ResearchKit
758 Views Asked by Merkurial At
1
There's a small example on
ORKTestwhich uses thecustomViewproperty of theORKActiveStepViewcontroller. The relevant code is here.And the documentation for that property is here.
Hope that helps.