Hi,
I want to save the state of my view controller. I searched and found that I should save the state by saving state variables.
But I am interested in saving the view controller object itself. Is there any way to save the view controller object itself so that when I restart the application I see the same view state too on which I was before closing the app. Otherwise I have to reach that state myself and that will not solve the purpose fully as somethings like (the admob ad which was displayed) could not be restored.
If I am wrong at some place or miss something please guide me.