Question

I've just seen a video of the new Squarespace iPhone app and they appear to allow you to choose multiple images from your library or camera roll.

How have they achieved this, as there's nothing allowing this in the UIImagePickerController docs?

This isn't supported by the SDK, and if they're accessing photos from outside the sandbox and creating their own image picker then how was this app approved?

Was it helpful?

Solution

Apps can read the images from the camera roll, the sandbox just prohibits writing in this directory. There are a couple of apps in the app store doing this, for instance to access the original image file and to obtain EXIF or other meta data from it. The UIImage provided by the UIImagePicker does not contain this data (for example the location).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top