Comment on SwiftData ModelContext Fetch Crashing It is working properly in The release version of iOS 18. 🎉 Topic: App & System Services SubTopic: iCloud Tags: 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: Jul ’24
Comment on SwiftData does not cascade delete This issue seems to be fixed in iOS18 beta. Topic: UI Frameworks SubTopic: SwiftUI Tags: 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: 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: May ’24