I have a UIScrollView which houses several views. When a user flick using a finger, the view scrolls to right or left depending on direction of finger flick. Basically code works in a way similar to iphone's photo app works. Now is there a way I can programmatically do what user's finger does so that I end up with sort of a slideshow that runs on its own with a click of some button and, say with configurable pause between each scroll ?
How do you really do slideshows with UISscrollView ?