While using uiimagepicker, is there any way of specifying which user created album the images should be picked from?Ill explain.Suppose there are two albums created by the u
If you want to present a media browser to the user (so that he/she can pick an image), I think you can only choose to present the entire photo library or the Camera Roll album (or Saved Photos album, if the device hasn't a camera).
http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/CameraAndPhotoLib_TopicsForIOS/Articles/PickinganItemfromthePhotoLibrary.html#//apple_ref/doc/uid/TP40010408-SW1
EDIT
I've found here, on github an open source UIImagePickerController clone by Jeena. Maybe, it should be useful for you.
You should use ALAssetsLibrary and make your own custom picker. You can find a custom image picker using ALAssetsLibrary at https://github.com/B-Sides/ELCImagePickerController
When the user selects an image from the custom picker, you are returned with the ALAsset object from which you can get the required image, album it belongs to etc. You can save that and modify the custom picker to navigate to a selected album.
I am not sure but pls take a look at ALAssetsLibrary
hello in the folder: /Users/username/Library/Application Support/iPhone Simulator/4.3/Applications you can find your images that are saved. when you save the path you maybe can substract the name of the folder. grtz
Give the path for specific album and get the images.