Re: MemoryWarning and loadView

2011-01-24 Thread David Duncan
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

MemoryWarning and loadView

2011-01-24 Thread Bleicher Eiko
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