I am working on an iPhone application. I have an option to select existing photos from Album. There should be an option for quick access for some images as it is in iMessage. Please check the attached screenshot for more information.
Any idea ?
I am working on an iPhone application. I have an option to select existing photos from Album. There should be an option for quick access for some images as it is in iMessage. Please check the attached screenshot for more information.
Any idea ?
I found the solution for my question:
First I am reading maximum 20 recent images from Photo Album using below
code
. Then I am adding all the images intoUIScrollView
. The last one isMore
. If user click on it, it will show iPhone default"UIImagePickerController"
to choose other images.If anybody found a better solution, please post it.
Code