I have a UIScrollview and I want to scroll content of the scrollview automatically How can we implement this
Asked
Active
Viewed 68 times
0
-
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 Answers
0
Using Timer
and change contentSize
every second

Radim Köhler
- 122,561
- 47
- 239
- 335

Bhavesh Nayi
- 3,626
- 1
- 27
- 42