ALAssets groups enumeration: how to check for completion?

ALAssets use a separated thread to manage enumeration, i have to know when enumeration terminate.

The block prototype for group enumeration is :

typedef void (^ALAssetsLibraryGroupsEnumerationResultsBlock)(ALAssetsGroup *group, BOOL *stop);

How can i add a completion block ?

6
задан MatterGoal 28 April 2011 в 15:29
поделиться