enumerateChangesWithBlock:
Executes the block you specify by using the objects in the fetch result.
Declaration
- (void) enumerateChangesWithBlock:(void (^)(PHPersistentChange *change, BOOL *stop)) block;Parameters
- block:
The block to apply to elements in the fetch result.