Post

Replies

Boosts

Views

Activity

Comment on App crashes after deleting list item from CoreData - no debug output
i think it would help if more code were available ... if you have it on GitHub, BitBucket, or somewhere else, we could look at it. in particular, i'd like to see the code for the CourseEditView, whether its incoming argument course is held as an @ObservedObject, and how the code handles the optional properties of the course. that alone could be the problem: when a course is deleted, SwiftUI may still have access a CourseEditView involving the deleted course.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’22
Comment on Xcode 14 Beta 3 Core Data Model Editor Style
i agree with you whole-heartedly when you say "I do think the graph view is crucial for establishing and analyzing relationships." you can get a nice overview of the model from the graphical diagram that otherwise takes a few minutes to flesh out when you have to read through each entity separately and basically sketch out a diagram by hand.
Jul ’22
Comment on TabView more tab has double navigation bar when there's more than five tabs
i agree with you, chrisshwli, since the Apple recommendation was basically "don't do that." let's acknowledge the problem. i would really like a way for a View to access the NavigationPath it's inside of and use it. (in my case, the view we're talking about needs access to the NavigationPath.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on ToolbarItemGroup(placement: .keyboard) is not showed with Sheet
looks like my minimal example actually now has exactly the issue above: works fine when navigated to, but doesn't show the button when presented in a sheet. tried to file a feedback, but Feedback Assistant crashed (really!). not a good day so far.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Comment on Higher Order Function
sorry for not mentioning the context: the code above was run in a simple MacOS command line project.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Can I use NSPersistentCloudKitContainer while at the same time adding extra fields to my CloudKit CKRecord?
just realized: ordered(by: { $0.position < $1.position }). (duh!)
Replies
Boosts
Views
Activity
Sep ’22
Comment on App crashes after deleting list item from CoreData - no debug output
i think it would help if more code were available ... if you have it on GitHub, BitBucket, or somewhere else, we could look at it. in particular, i'd like to see the code for the CourseEditView, whether its incoming argument course is held as an @ObservedObject, and how the code handles the optional properties of the course. that alone could be the problem: when a course is deleted, SwiftUI may still have access a CourseEditView involving the deleted course.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Xcode 14 Beta 3 Core Data Model Editor Style
i agree with you whole-heartedly when you say "I do think the graph view is crucial for establishing and analyzing relationships." you can get a nice overview of the model from the graphical diagram that otherwise takes a few minutes to flesh out when you have to read through each entity separately and basically sketch out a diagram by hand.
Replies
Boosts
Views
Activity
Jul ’22