Hi, I am currently testing this environment and would like to ask about the best strategy loading/unloading for a multiview application.
The app i am playing around with should have the following:
Main: a normal view with 5 x buttons (Play, Leaderboard, Properties, Instructions and an "i" button for about)
The Properties is a tableView where each cell opens up a new tableView with the actual properties.
What is the best strategy from a flexibility and memory point of view to do this?