UIScrollView for infinite slideshow

558 Views Asked by At

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.

2

There are 2 best solutions below

0
On

Infinite Paging View

i think this is what you want.

3
On

You can set this using this

 self.scrollviewImageList.contentSize = CGSizeMake((self.imgTab.frame.size.width*no_of_images),self.imgTab.frame.size.height);