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

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

javascript - Iterate over array and calculate average values of array-parts -

jQuery Ajax Render Fragments OR Whole Page -