HI guys,
I am trying to implement a horizontal gallery like option in my iPad app. I’v heard that there is an option called “gallery” in Android to do this kind of implementation. But, is there any way in which we can implement this feature in iPad..I am attaching a screen shot to make the question more clear…. (gallery can be seen in the bottom of the screen shot)

Allocate a scrollView and call your datas inside it. Hope the below snippet will help you. The snippet will create a horizontal scroll view.