Hi.
all my app eat a lot of memory and crash if use more than 2 minutes if there a (didReceiveMemoryWarning) guide for "Dummies" (rookie) or some link to learn how use didReceiveMemoryWarning please ?
Hi.
all my app eat a lot of memory and crash if use more than 2 minutes if there a (didReceiveMemoryWarning) guide for "Dummies" (rookie) or some link to learn how use didReceiveMemoryWarning please ?
You'll want to search through the iphone documentation for UIApplicationDelegate it will show you all the methods your ApplicationDelegate class can implement. This includes the applicationDidFinishLaunching etc... it's the first code to run after the main.m.