Post

Replies

Boosts

Views

Activity

Reply to App Crashes on iOS 14.6 and above
Is there anyway you can run with app with Xcode? I am not familiar with Xamarin Forms, but if they export an Xcode project, can you run that on the simulator and see where the crash is happening? If not, you might have better luck checking Xamarin Form's website/forum for your problem.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’21
Reply to SectionedFetchRequest Causes Detail View to get dismissed when object changes section.
I found a work around. In the detail view, I don't edit the grouping field directly and instead use a @State var to edit the grouping field. Then I hide the back button and use a custom back button, that will set the grouping field right before I dismiss the view. That way the view stays in place until they hit the back button. Is there a better way to do this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’21