When my app gets back to its root view controller, in the viewDidAppear:
method I need to remove all subviews.
How can I do this?
When my app gets back to its root view controller, in the viewDidAppear:
method I need to remove all subviews.
How can I do this?