I've successfully queried lots of HealthKit data, but I'm having trouble querying "appleStandHour" over some time range such as the last week. I'm sure the issue is that this data is a "category" instead of a "statistic". Can someone show me or give me a link that shows how to do this query?
Post
Replies
Boosts
Views
Activity
I can create a List with an EditButton that supports selecting rows. I can also create a List with an EditButton that supports deleting and moving rows. But I can't seem to create a List that supports selecting, moving, and deleting. Is that possible in SwiftUI?