How can I create a continuous animation with an image in iOS?
i want to create a looping action where an imageView of mine stays within the screen boundaries but the x axis constantly forward so it would basically generate a animation effect.. so i have to use only one image. any help would be greatly appreciated!! ideas?
my image is a large one in 800*12 pixels .
You can use the
animationImagesproperty of UIImageView to animate the frames of your animation: