Post

Replies

Boosts

Views

Activity

Comment on SwiftData ModelContext Fetch Crashing
It is working properly in The release version of iOS 18. 🎉
Replies
Boosts
Views
Activity
Sep ’24
Comment on How can Charts display sales data for a full month and support monthly paging?
Thank you for your answer. 😊
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on SwiftData does not cascade delete
This issue seems to be fixed in iOS18 beta.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on How can Charts display sales data for a full month and support monthly paging?
Is this your idea? I plan to do it like this: ScrollView { Foreach(monthlySales) { sales in Chart(sales) { ... } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Comment on How can Charts display sales data for a full month and support monthly paging?
Is this your idea? I plan to do it like this: ScrollView { ForEach(monthlySales) { sales in Chart(sales) { ... } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24