iPhone:以编程方式查找相册中的视频和图像数量? [英] iPhone:Programmatically find the count of videos and images from photo album?

查看:205
本文介绍了iPhone:以编程方式查找相册中的视频和图像数量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在iOS 4.3 SDK上开发app。我想知道,如何找到相机照片库相册中有多少图像和视频。是否有可能以编程方式找到一种方法来了解相册中的视频和图像数量?

I am developing app on iOS 4.3 SDK. I would like to know, how to find how many images and videos are there in Camera photo library album. Is it possible to programmatically find a way to know the count of videos and images there in photo album?

请提供建议。

谢谢!

推荐答案

使用ALAssetsLibrary

use ALAssetsLibrary

< a href =http://developer.apple.com/library/ios/#documentation/AssetsLibrary/Reference/ALAssetsLibrary_Class/Reference/Reference.html =nofollow> http://developer.apple.com/library /ios/#documentation/AssetsLibrary/Reference/ALAssetsLibrary_Class/Reference/Reference.html

如何使用它的一个很好的例子可以在链接$ b找到$ b http://iphonetuts.com/tag/alassetslibrary-tutorial/

A good example how to use it can be find at link http://iphonetuts.com/tag/alassetslibrary-tutorial/

27    [library enumerateGroupsWithTypes:ALAssetsGroupAlbum
28                     usingBlock:assetGroupEnumerator
29                   failureBlock: ^(NSError *error) {
30                       NSLog(@"Failure");
31                   }];

将ALAssetsGroupAlbum替换为ALAssetsGroupSavedPhotos

replace "ALAssetsGroupAlbum" with "ALAssetsGroupSavedPhotos"

这篇关于iPhone:以编程方式查找相册中的视频和图像数量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆