Post

Replies

Boosts

Views

Activity

Comment on How to interact with tvOS in Xcode Preview?
Interacting with tvOS simulator: https://developer.apple.com/documentation/xcode/interacting-with-your-app-in-the-tvos-simulator
Replies
Boosts
Views
Activity
Feb ’24
Comment on @Transient update doesn't propagate to view
Maybe it's because HKQuantitySample does not conform to Coddle, @rolandkajatin ? Not sure if it will work, but you could try using @Attribute(.transformable) by creating a struct than holds the info needed to recreate the HKQuantitySamples in your array...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on @Transient update doesn't propagate to view
Changing to @Attribute(.ephemeral) worked for me too. Thanks @henningko !
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24