I realize that I can present modal view hierarchically.
When present a several modal views by using the selector listed below
presentModalViewController: animated:
(The hierarchy of the structure should be something like A->B->C->D->F……..)
Assuming I create a lot of modal views with considerable content in each of them.
How could I know if I reach the limit of the memory? If the application is into the ‘Suspend’ state and receive a low memory warning.
What will happen if the user relaunch the application?
The way to dispose of one modal view controller and put up another one is to animate only the last one: