imageWithContentsOfFileURL:

Synchronously generate an image from the given file URL. If an image could not be generated, returns nil.

Declaration

- (UIImage *) imageWithContentsOfFileURL:(NSURL *) url;