iphone - how to scroll uiscrollview from event touched by uibutton in scrollview
问题 structure UIViewController - UIScrollview - UIButton I'm going to make scrollview can receive button event. So whenever user do scrolling(dragging) on the button, the scrollview react as scrolling itself. I made button down and moved handler with event forwarding like below - (IBAction)buttonTouchedMove:(id)sender withEvent:(UIEvent *)event { [[sender nextResponder] touchesMoved:[event allTouches] withEvent:event]; } - (IBAction)buttonTouchedDown:(id)sender withEvent:(UIEvent *)event { [