I need to create a way to show in my app the whole photo gallery in the device, then user can select some images, and then create an order with this imagens.
I am trying to use Ti.Media.openPhotoGallery, but in iOS I can only select one image, and I did not have control over the view.
I will attach an similar example.
Can you help me? Thanks.
For iOS you can use the module tigmimagepicker
from https://github.com/minhnc/tigmimagepicker and for Android have a look at titanium-android-imagepicker
https://github.com/prashantsaini1/titanium-android-imagepicker
Both support selecting multiple images from the gallery.