Skip to content

Instantly share code, notes, and snippets.

@SteveTrewick
Created October 28, 2014 14:59
Show Gist options
  • Save SteveTrewick/b1765c9bc5510b80f215 to your computer and use it in GitHub Desktop.
Save SteveTrewick/b1765c9bc5510b80f215 to your computer and use it in GitHub Desktop.
[_photo_library
assetForURL: url
resultBlock:^(ALAsset *asset)
{
ALAssetRepresentation * rep = [asset defaultRepresentation];
NSDictionary * meta = [rep metadata];
if( meta[ @"AdjustmentXMP" ] ) {
// Image is filtered, add to list
}
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment