Quote:
Originally Posted by nagarajan
Hello Experts,
In my project, i want to do something like this.
I just want to read the Path of the photo albums from the iPhone device,from where i want to get the photos. After getting the photos, i want to display the photos as views with swiping methodology, similar in the photo albums but in my project.
Is there is a way to achieve this?
Please advice me??
Thanks,
Nagarajan T
|
I don't think this is possible, since the photo albums are not directly accessible from the application sandbox. The only access to the photo library is through the system picker, which returns the actual image after the user has already selected it.
joe