Tagged Questions

1
vote
3answers
459 views

pragmatically scroll UIScrollView upon shake gesture

HI, I have a view that has three UIScrollViews on the screen. I want to randomly scroll the UIScrollViews to different positions whenever a user shakes the iPhone, but I am unable to get it done. I ...