Is it possible to overview the navigation of a SwiftUI app like it was with Storyboard in the UIKit "era" with arrows connecting different Views?
Upd 1. So if it’s not possible atm, how do you handle that? Just keep some hand drawing in sync with the actual structure?