Question

Possible Duplicate:
How do I access photos from my iphone app?

I'm building an app that allows the user to import a photo currently on their phone. I noticed several other apps have this option (WhatsApp, Facebook come to mind). Is there an example how this is done?

I've searched for an API for this...and not finding it. I did however, find this: https://github.com/andreyvit/SoloComponents-iOS

It allows to show the photos, but how do we get the photos currently on the phone?

Was it helpful?

Solution

OTHER TIPS

You can use the UIImagePickerController for doing this.

This is a simple tutorial which may help you. Also check this link for integrating the camera photos

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