Contents

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.

See Also

Performing Operations with Objects in a Fetch Request