Post

Replies

Boosts

Views

Activity

Reply to @Transient update doesn't propagate to view
Looks promising, but it doesn't work. I get the error saying HKQuantitySample does not conform to PersistentModel. I just don't see a way to get this to work at this point.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Complications in WidgetKit - .accessoryCorner with curved text
There is finally a solution in WatchOS 10 using the widgetCurvesContent() modifier. var body: some View { Text("Hi") .widgetCurvesContent() .widgetLabel("World!") }
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Corner complication with arching text label
There is finally a solution in WatchOS 10 using the widgetCurvesContent() modifier. var body: some View { Text("Hi") .widgetCurvesContent() .widgetLabel("World!") }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to Xcode 14 beta 3 still has issue with `WidgetEntryPointFactory`
Workaround helps but not consistently. Also now that I've been on the beta 3 for a bit longer now, I also noticed the issue doesn't always present itself. So for now the preview is working fine for me. Thanks!
Replies
Boosts
Views
Activity
Jul ’22