0

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

jxw1102
  • 165
  • 9

1 Answers1

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

Community
  • 1
  • 1
Paul N
  • 1,901
  • 1
  • 22
  • 32