What do I need to do to save an image my program has generated (possibly from the camera, possibly not) to the system photo library on the iPhone?
|
feedback
|
|
You can use this function:
You only need completionTarget, completionSelector and contextInfo if you want to be notified when the image is done saving, otherwise you can pass in nil. | |||||||||||
feedback
|
|
There`s much more fast then UIImageWriteToSavedPhotosAlbum way to do it using iOS 4.0+ AVFoundation framework
| |||||||
feedback
|
|
Just pass the images from an array to it like so
Sorry for typo's kinda just did this on the fly but you get the point | |||
|
feedback
|
|
my last answer will do it.. for each image you want to save, add it to a NSMutableArray
| |||
|
feedback
|
| ||||
|
feedback
|