Save the UIImage album for photos, then open the Photos app

I am currently saving UIImage to a photo album using UIImageWriteToSavedPhotosAlbum which works great.

Is there a way to open the Photos app showing the photo you just saved? (I am assuming my application must close before opening photos, which is fine.)

Simply opening the Photos app in the Saved Photos album will not be a good alternative if the above is not possible.

Thank.

+1


source to share


2 answers


Can't open photo app. But as a workaround, you can open the album where you saved the photo using UIImagePickerViewController

. The user can then click on the image and view it. This way they don't even have to leave your application.



+3


source


No, this is not possible with the SDK. If this is what you think is needed, you should create a file with the extension .



+2


source







All Articles