CareKit
CareKit copied to clipboard
Create Systolic and Diastolic values in single screen using ResearchKit
How to fetch the user entries of Systolic and Diastolic in the same screen. Currently we can achieve this using separate screens and update the values when user logged using below snippet
controller.appendOutcomeValue(value: answer, at: IndexPath(item: 0, section: 0), completion: nil)
it will be helpful if there is any suggestion to unit 2 screens in to 1 screen
hi @SiddharthMurugaiyanS, I had a similar question. This ticket can probably help: https://github.com/carekit-apple/CareKit/issues/473
Andrea
@SiddharthMurugaiyanS Did Andrea's suggestion help?