I know how to save an image using standard API calls to the camera roll. I also know that devices without a camera get saved to the Photo Library.
For devices with a camera, how do I save a UIImage to the Photo Library INSTEAD of the camera roll?
You Should try this method provide by IOS SDK,
UIImageWriteToSavedPhotosAlbum(myImage, nil, nil, nil );
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With