Good day experts,
I have developed an application that contains two views SartView and DetailsView. These two views are embedded into a view set.
When I run my application I see only the StartView as default. And after I click on Details button, I get the other view DetailsView displayed.
Now, my question is, how can I destroy the DetailsView after I am done with it?