I'm starting to program in Swift and would like to know how to hide and show a view that is inserted in ViewController
after a button is pressed.
In the app, the user will pass some data and click the button, clicking on the button some calculations are done. I would like the results to be shown in that view that will appear.