So I’m making a private INTERFACE iPad XCode app, and I don’t know how to hide a view, for ex. texts, buttons, and more. Would I use a modifier (using SwiftUI)
How to hide something?
There is no isHidden modifier. You have to build it in an extension:
https://stackoverflow.com/questions/56490250/dynamically-hiding-view-in-swiftui