Hmmm. Is there an easy way to identify SwiftUI views on-screen at runtime?
I've gotten way too used to using tools like FLEX to be able to introspect views and view controllers onscreen to navigate the codebase haha.
I'm debating if using accessibilityIdentifier in debug builds would work for this.



