iOS Create custom photo album in Photos (addAssetsGroupAlbumWithName under iOS 5?)

旧街凉风 提交于 2019-12-01 18:48:05

问题


I wanted to know if its anyhow possible to create your own photo album in the iDevice's photo library ?

I know ALAsset's addAssetsGroupAlbumWithName:resultBlock:failureBlock: , but it only works in iOS >= 5.0 . Is there a method that could support at least 4.3 ?


回答1:


Creating customs albums is only created under ios 5. It's not possible under ios 4. Even the official apple photo app does not have a feature to create albums in the device itself under ios 4. Under ios 4 the only way to create albums is by iTunes photo syncing.

Cheers,

Hendrik



来源:https://stackoverflow.com/questions/10610708/ios-create-custom-photo-album-in-photos-addassetsgroupalbumwithname-under-ios-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!