¡@

Home 

2014/10/15 ¤U¤È 10:09:56

iphone Programming Glossary: grouptypes

Accessing Videos in library using AssestsLibrary framework iPhone?

http://stackoverflow.com/questions/3948485/accessing-videos-in-library-using-assestslibrary-framework-iphone

some of the image picker examples observe the following lines which run after the code you have posted NSUInteger groupTypes ALAssetsGroupAlbum ALAssetsGroupEvent ALAssetsGroupFaces assetsLibrary enumerateGroupsWithTypes groupTypes usingBlock listGroupBlock.. NSUInteger groupTypes ALAssetsGroupAlbum ALAssetsGroupEvent ALAssetsGroupFaces assetsLibrary enumerateGroupsWithTypes groupTypes usingBlock listGroupBlock failureBlock failureBlock This gives zero assets both on my 4.1 iPhone and simulator. However.. failureBlock failureBlock This gives zero assets both on my 4.1 iPhone and simulator. However changing the groupTypes helps so set NSUInteger groupTypes ALAssetsGroupAll and you should start seeing some assets. share improve this answer..