I am trying to figure out how to take a image with the iPhone camera and save it directly to the apps document folder, and if possible not in the camera roll.
I have my app showing the camera, and I can save the image to the camera roll, but I want to save it directly to the apps document folder.
Any idea ?
Thanks for the help.
You can try doing this in your
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)infomethod:Let me know if that works for you.