image change every a fixed time in iPhone -


I have 4 images, I want to load the image in the first screen and every 10 seconds I want to change the picture.

Use NSTimer to trigger image changes. If the user taps an image and you want to stop image rotation, you can invalidate the timer before switching to the next scene.

Comments