In the first view controller A I call the "presentModalViewController" and then the B view controller is added to the screen now.
The question is, is it true that the "A" view controller is still in the memory? Which means, will the viewDidLoad method be called after I had pop the "B" view controller out of the screen?
And what about calling the pushModalViewController method? Will the first view controller stay in the memory?