I want to scroll like that 1 2 3 1 2 3
I have some buttons suppose 10 which i want to show on endless scroll.
numbercolors=[[NSMutableArray alloc
You can check out this solution based on Apple StreetScroller iOS sample code:
https://github.com/gblancogarcia/GBInfiniteScrollView
I hope it helps!