You can use this function:
UIImageWriteToSavedPhotosAlbum(UIImage *image, id completionTarget, SEL completionSelector, void *contextInfo);
You only need to complete Target, completeSelector and contextInfo if you want to be notified when the image is saved, otherwise you can go to zero.
More info here
source share