Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Nnavick

macrumors regular
Original poster
Oct 13, 2010
100
0
Hi,
Is there possibility to turn pages in UIPageControl automatically?
My goal is to turn page every 3 seconds automatically using NSTimer.

Thanks!

Edit:
Solved by using the code below

PHP:
 CGRect frame = sv.frame;
    frame.origin.x = frame.size.width * NPages;
    frame.origin.y = 0;
    [sv scrollRectToVisible:frame animated:YES];
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.