I have a graph which is 10 times the width of the iphone screen. I want to scroll it automatically a fixed number of points (for instance 0.01) every 0.2 seconds. I want the animation to stop when a user presses a pause button and to pick up from last position when he taps resume button.
Is it something that can be achieved with Core Animation? Or is it something that you need to do manually using drawRect?