Search code examples
iphoneobjective-cimage-galleryuipicker

Multi Image Gallery


How can we built more than one image gallery in an iPhone application? The requirement is I have a picker in my view it has seven selections, each selection has one image gallery, by selecting the picker a correspondent image gallery will apper in the view.

I am greatly appreciative of any guidance or help.


Solution

  • simple create a gallery controller pass an array of images when you tap on a picker row select array of images for that index and then push/present gallery controller on screen.