I'm new on iPhone. Could you please tell me how to make an auto-sliding effect like this? Thanks. Pic: https://i.stack.imgur.com/5rDBJ.png
Asked
Active
Viewed 2,188 times
1 Answers
1
Using a UIPageControl, here is a link to a stackoverflow answer with a link to a UIPageControl Tutorial: UIPageControl Tutorial
And using NSTimer to change page programmatically, here is a link to a stackoverflow answer explaining how to change pages programmatically: Change page Answer
To animate the page change, use UIViewAnimation methods: UIView Animation sample