Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我正在使用ResearchKit. 在一个ORKTaskViewController我想显示嵌入在某些指定任务中的自定义视图。我怎样才能做到这一点,有人可以为我提供示例代码。非常感谢。
ResearchKit
ORKTaskViewController
有一个ORKTest使用控制器customView属性的小例子。ORKActiveStepView相关代码在这里。
ORKTest
customView
ORKActiveStepView
该属性的文档在此处。
希望有帮助。