Use of viewDidUnoad - by user338111 What is the use of viewDidUnload and didReceiveMemoryWarning methods? When they actually get called? what are the difference between dealloc, viewDidUnload and didrecievedmemorywarning? Read the article
Difference b/n release and release then set to nil. - by user338111 what is the difference between two snippets? [myObj release]; and [myObj release]; myObj = nil; Read the article