i have a UIImageView that i would like to continuously animate across the screen, but when it exits one side it will simultaneously enter the other side.
is this possible to do with CGAffineTransformMakeTranslation?
[EDIT] oh i just realized how i can do this. i'll just double up the image so it rolls off the screen while it's still entering the screen and then i'll simply finish the animation / set it to repeat at the appropriate time to give the illusion of a continuos scrolling image.
is this possible to do with CGAffineTransformMakeTranslation?
[EDIT] oh i just realized how i can do this. i'll just double up the image so it rolls off the screen while it's still entering the screen and then i'll simply finish the animation / set it to repeat at the appropriate time to give the illusion of a continuos scrolling image.