简体   繁体   English

保存多个图像在ios5中的自定义相册中,而不是在相机胶卷中?

[英]save multiple images in custom album in ios5 but not in camera roll?

save multiple images in custom album in ios5 but not in camera roll? 保存多个图像在ios5中的自定义相册中,而不是在相机胶卷中?

i am using ALAssetsLibrary+CustomPhotoAlbum example, but it can save only once in custom album and duplicate in camera roll. 我使用的是ALAssetsLibrary + CustomPhotoAlbum示例,但它只能在自定义相册中保存一次,而在相机胶卷中却不能重复。

i want to save only in custom album through my app. 我只想通过我的应用保存在自定义相册中。

Can any one help to solve it...... 谁能帮忙解决......

You can't do that. 你不能那样做。 Albums are strictly "smart albums", meaning that they can only have pictures in them that are somewhere else in the library. 相册严格来说是“智能相册”,这意味着它们只能在其中包含库中其他位置的图片。 You see the same behavior in the Photos app: if you add a picture from the camera roll to an album, you can't delete the picture from the camera roll without deleting it from that album as well. 您在“照片”应用程序中会看到相同的行为:如果将相机胶卷中的图片添加到相册中,则不能不将其从该相册中删除也无法从相机胶卷中删除该图片。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 自定义相册中的图像保存问题以及iPhone中的默认相机胶卷 - Image save issue in custom album as well as default Camera Roll in iphone iOS5 Twitter Framework-从相机/相机胶卷中选择图像 - iOS5 Twitter Framework - Selecting an image from camera / camera roll 如何以编程方式将图像保存在 iPhone 的相机胶卷中? - How to save images in camera roll in iphone programmatically? iOS尝试将图像保存到相机胶卷但未成功 - iOS attempting to save image to camera roll but not succeeding 使用自定义名称将照片保存到iphone相机胶卷 - Save photo to iphone camera roll with a custom name iOS:自定义相机如何始终以正确的方向保存图像? - iOS: How can a custom camera save images always in the right orientation? iPhone - 如何以编程方式创建自定义相册并为相机胶卷中的照片指定自定义名称? - iPhone - How to create a custom album and give custom names to photos in camera roll programmatically? 通过writeImageToSavedPhotosAlbum:metadata:completionBlock:保存时,可以将图像与相机胶卷一起保存到特定相册吗? - Can I save an image to a specific album with the camera roll when saving via writeImageToSavedPhotosAlbum:metadata:completionBlock:? 将场景保存到相机胶卷 - Save scene to camera roll 是否可以在相机胶卷中更改照片的相册? - Is it possible to change the album of a photo in the camera roll?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM