Post

Replies

Boosts

Views

Activity

Comment on NavigationSplitView not working as shown in "What's new with SwiftUI" session
I have a 3 column view. documents -> list of items -> item detail. Each document publishes a list and its current selected item. The content and detail both update when I select a new document, but detail does not update if I select a different item in the content view (middle column with list of items). The document's selected item property is updated (switching documents to another and back again will show the correct detail for the selected item) I've tried every possible value for id.
Sep ’24