我看到ORKEmailAnswerFormat
最近被添加到ResearchKit的主分支中以验证电子邮件。还有一个具有ORKPasswordAnswerFormat
属性的.setSecureTextEntry
也很好。同时,我尝试使用taskViewController:stepViewControllerWillAppear:
委托方法访问ORKFormStep
的视图层次结构,但似乎在视图层次结构中找不到任何UITextField或类似的东西。如何使用.textAnswerFormat格式访问UITextField
的ORKFormItem
,以便可以为该文本字段启用安全的文本输入?
先感谢您!
最佳答案
在框架中更容易做到。
一个新的问题已经打开:
https://github.com/ResearchKit/ResearchKit/issues/352
关于ios - ResearchKit中的安全文本输入ORKAnswerFormat,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/31806448/