Post

Replies

Boosts

Views

Activity

Comment on App Becomes Unresponsive for iOS/iPadOS 18 Regular Size Class Interactions When Selecting One Particular View in Sidebar
I've narrowed down the issue further as follows: Reference the FB13917278_Sample_App Xcode project I placed in the feedback. If I change the SidebarView to make the FunctionView() launch as the detail view, the FunctionView displays correctly and works correctly when the user interacts with the List and children. However, if I navigate to the StartingView (works ok), then navigate back to the FunctionView, the problem is seen and the FunctionView does not appear. See my reply below.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’24
Comment on @FetchRequest not refreshing
I’ve added this line of code, and my data now updates in my view, but in my understanding, this shouldn’t be needed. If you have a view with the @FetchRequest property wrapper properly setup, that should be enough to constantly be updating the view when changes to the Core Data model occur.
Aug ’21