Can anyone help me? my app crashes on walkthrough, i had NSZombies disabled and i also had this code
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
[[NSURLCache sharedURLCache] removeAllCachedResponses];
}
but my app still crashes. The app contains images and some webviews that loads local images. Please instruct me how to optimize the app to avoid crashes.
Thanks in advance