How to hide something?

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)

There is no isHidden modifier. You have to build it in an extension:

https://stackoverflow.com/questions/56490250/dynamically-hiding-view-in-swiftui

How to hide something?
 
 
Q