瘋存儲器我的圖片選擇器被初始化,如:圖像選擇器控制器採取即使釋放
self.imgPicker = [INIT [ALLOC的UIImagePickerController]];
self.imgPicker.allowsEditing = YES;
self.imgPicker.delegate = self;
self.imgPicker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
介紹:
[自initImagePickerFromLibrary]; ----(這叫我之前所提到的線)
[self presentModalViewController:self.imgPicker animated:YES]; [imgPicker release];
蘋果儀說: 調用使用機械臂內存之前是3 Mb.While選取器在功能上12Mb.While編輯圖像28Mb和我的應用程序崩潰。任何人都找到了解決方案?