On Jan 24, 2011, at 8:52 AM, Bleicher Eiko wrote:
> I want to get a deeper understanding of the memory warning handling on iOS in
> UIViewControllers.
>
> It seems that the default implementation of didReceiveMemoryWarning will set
> the view to nil, and viewDidUnload gets called. *But* this is
Hi,
I want to get a deeper understanding of the memory warning handling on iOS in
UIViewControllers.
It seems that the default implementation of didReceiveMemoryWarning will set
the view to nil, and viewDidUnload gets called. *But* this is only done when
the controller implements loadView. Eve