0

I have a UIScrollview and I want to scroll content of the scrollview automatically How can we implement this

user2515868
  • 155
  • 1
  • 1
  • 5
  • possible duplicate http://stackoverflow.com/questions/6085830/how-do-i-make-a-uiscrollview-scroll-automatically-at-a-certain-speed. May be this helps http://www.aaron.griffith.name/weblog/2011/02/23/scrolling-a-uiscrollview-programmatically/ – iCoder Jun 27 '13 at 05:45
  • try to add all the content inside your UIScrollView. – Krunal Jun 27 '13 at 06:20

1 Answers1

0

Using Timer and change contentSize every second

Radim Köhler
  • 122,561
  • 47
  • 239
  • 335
Bhavesh Nayi
  • 3,626
  • 1
  • 27
  • 42