What is the best way to create continuously looping background in iPhone SDK ?

Posted by catpad on Stack Overflow See other posts from Stack Overflow or by catpad
Published on 2010-06-18T00:49:03Z Indexed on 2010/06/18 0:53 UTC
Read the original article Hit count: 245

Filed under:
|
|

What is the best way to create a continuously looping background using iPhone SDK so that it seems the foreground object is in perpetual motion ?

I have a background image which I want to move continuously at a given speed from right to left and seamlessly start displaying the beginning of the image when its end is reached. What is the best, most efficient way to do it to avoid any jumps and get optimal performance ?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk