Post

Replies

Boosts

Views

Activity

Comment on Picker freezes
I didn't get an answer from my friends in Cupertino on my bugreport but when I now try the exact same thing in Xcode 13.3, then everything works as expected. They actually solved this problem 👏🏽! I think. @Claude31: How do I close this thread?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Comment on Swift UI Preview Crash
I'm using CoreData in my app and the terminal command solved my preview problem. Thx.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Picker freezes
Thanks. I'll follow your advice and file a bug report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Picker freezes
I didn't get an answer from my friends in Cupertino on my bugreport but when I now try the exact same thing in Xcode 13.3, then everything works as expected. They actually solved this problem 👏🏽! I think. @Claude31: How do I close this thread?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Xcode 14: Publishing changes from within view updates
Probably I'm missing something but I don't see what exactly the fix is? I mean, to me it seems you replaced your @Published isPresented property for a @State property in the parent view and a dismiss() in the Sheet view. What's the use of the .onChange() in the ContentView, or the viewModel for that matter?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on EXC_BAD_ACCESS Error in CoreData
I'm crying too. I had added a new (...) entity in my Core Data model that I named: "NewPerson" that had relations to other entities. Everything worked fine until I tried to delete occurrences of NewPerson. Then my app crashed every time. Renaming my entity solved the problem. Many thanks!
Replies
Boosts
Views
Activity
Apr ’24