So with viewDidUnload deprecated as of iOS 6, what do I need to do now?
viewDidUnload
Delete it, and migrate all of it\'s contents in didReceiveMemoryWarning
didReceiveMemoryWarning
Depends on what you do in viewDidUnload but you can use didReceiveMemoryWarning or dealloc to release data. See this.
dealloc