0

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.

Ahmad Kayyali
  • 8,233
  • 13
  • 49
  • 83
Nipin pn
  • 17
  • 1
  • 3

1 Answers1

0

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.

Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256