Contents

imageURL

The URL of the image file.

Declaration

static let imageURL: UIImagePickerController.InfoKey

Discussion

The value of this key is a NSURL that you can use to retrieve the image file. The image in this file matches the image found in the originalImage key of the dictionary.

See Also

Constants