I would like to have a view controller that loops an image in the background to give the appearance of infinite scrolling. For example, If I were to use the image below, the left and right edges match up perfectly, and would be used to give an infinite scrolling appearance. Does anyone know how I might go about setting this up? I have done some research and am lost. Thank you all!

I’d do it this way. EDIT Rather than leave it as an exercise for the reader, updated to show how to pan in either direction…
To make it go, set the panRight property, then call
[self getReady];and[self go];.It will run mostly asynch. To make it stop,
set self.keepGoing = NO;.