UIImagePickerController memory issues!
Hi,
So in my application I want the user to be able to take as many photos as they like and store them for future lookup.
I use the sample code online for instantiating the camera.
Once the image is grabbed I use UIImageView to show the image to the user.
The problem is that after taking five pictures or so the application crashes!
Has anyone else had any issues with the camera and what did people have to do to fix it?!
|