I want to scroll a scrollview based on the UIAccelerometer values. What is the best way to accomplish this?
My main problem is that using the accelerometer values, I cannot set a content offset. Because the scrollview itself scrolls using a particular velocity and there are jerks happening when I try to scroll using accelerometer values.