0

I am having a set of images.How can i use them to set an infinite slide show.The images should continue as a loop.I want to use only horizontal scroll in both directions.

slaveCoder
  • 519
  • 2
  • 17
  • 46

2 Answers2

1

Infinite Paging View

i think this is what you want.

johnMa
  • 3,291
  • 24
  • 37
0

You can set this using this

 self.scrollviewImageList.contentSize = CGSizeMake((self.imgTab.frame.size.width*no_of_images),self.imgTab.frame.size.height);
souvickcse
  • 7,742
  • 5
  • 37
  • 64