Save a photo to the camera roll and make sure it actually saved
问题 I am currently saving a UIImage to the camera roll this way. UIImageWriteToSavedPhotosAlbum(finalPicture.image, nil, nil, nil); But what happens if the user denies us permission to access their photos... how can I tell that this has happened and display an error message? 回答1: To save the image to the camera roll I'm Using ALAssetsLibrary so in the method: //Called after taking the photo with the camera or selected the image from the gallery - (void)imagePickerController: