我正在使用研究工具包框架快速开发一个应用程序。当加载 TaskViewController 以在单击取消或完成时显示调查表时,将调用以下函数:
func taskViewController(taskViewController: ORKTaskViewController,
didFinishWithReason reason: ORKTaskViewControllerFinishReason,
error: NSError?)
任何人都可以帮助我了解每次应用程序进入后台时如何保存数据。我尝试手动调用 didFinishWithReason 函数,但没有成功。