iphone - How to make an image scroll forever -


i trying make image scroll end of screen automatically , jump beginning of image , scroll again in continuous loop. don't want user know end of image released? know how make that? image must scroll itself, not because user touched it, that's why can't use wwdc video. help!

you scroll 2 uiimageviews adding to/subtracting x values. when 1 scrolls off screen, set x value behind second one, , continue scrolling.

ex: ([ ] screen)

<------------------------------------  |   [ ]   |     b    | |     a[   ]|     b    | |       [ | ]   b    |             [   ] b    |         | 

Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -