imageWithContentsOfFileURL:completion:

Asynchronously generate an image from the given file URL. If an image could not be generated, the completion will be called with nil.

Declaration

- (void) imageWithContentsOfFileURL:(NSURL *) url completion:(void (^)(UIImage *)) completion;