One of the most frustrating aspects of working with SwiftUI is trying to debug unexpected behavior. I recently ran into a noodle-scratcher while adding search and interactivity features to views inside of a List
. Here, I will briefly show you a few unexpected behaviors you might run into when working with navigable List
views and show you the quick and dirty fix!