I am developing an application of simple slideshow.
Description : In the application I’ve 5 images stored in an array.Currently I’m displaying the images into a scroll view but I want to show a slideshow of the images stored in the array. how can I do that ? Any tutorials ?
regards
I’d suggest using an NSTimer, here’s some basic code. However the “page” number has to be calculated somewhere, according how you’d like to handle the edge cases, for example: last image in slide show.
Have a look at Apple’s example app PageControl, which shows a nice way how to handle memory efficiently in a paging scrollview.
NSTimer