In my app I have a UIImagePicker and it keeps throwing up a Memory Warning Level 1 (the lowest). Then it keeps messing up my app because it is calling the viewdidunload or viewwillunload. Is there any way to prevent these methods from getting called when I am presenting the UIImagePickerController so that my ViewDidLoad won’t get called again?
Thanks!
You can set a BOOL variable, such as
warning.