CareKit 3.0 #690
Replies: 2 comments 1 reply
-
Release notes here |
Beta Was this translation helpful? Give feedback.
-
Team, I think all of the new features are amazing! I've taken some time to experiment with the latest features along with adding some fixes in #691. I've updated the ParseCareKit Sample App to use the latest changes in the linked PR. For those developers who want to try out CareKit 3.0.0 in a SwiftUI based app, you can fork this branch and do one of the following:
For those interested in seeing how to use the new If you are interested in seeing how to use the updated UIKit CareKit cards see: https://github.com/netreconlab/CareKitSample-ParseCareKit/blob/1d858a5f35c4984c6aa31b1301c3c8d46c40fee9/OCKSample/Main/Care/CareViewController.swift#L202-L264 To see how to take advantage of the new streaming CareKitStore, see: netreconlab/CareKitSample-ParseCareKit#116 Note that everything seems to work fine in Xcode 14.2, but in Xcode 14.3 the app may crash if you create a view that contains SwiftUI and UIKit cards. I've noted the issue here: #691 (comment). |
Beta Was this translation helpful? Give feedback.
-
CareKit 3.0 introduces new tools to integrate care data into your SwiftUI views, including tools that stream care data and that aggregate progress across care tasks. With the help of these tools, let CareKit handle persistence of user data while you focus on building out engaging visual experiences for your users.
We’d love to hear what you think of the new updates. Feel free to leave a general note or idea here, or open up a new issue if you have any specific questions.
Happy coding!
Beta Was this translation helpful? Give feedback.
All reactions