SwiftUI: Conditionally hide a view without recreating it – Ios swift
The issue with Conditional View Modifiers I made heavy use of conditional view modifiers in SwiftUI until I had some issues with it and recently discovered it is a bad idea. From my understanding now, doing something like this: if…