IOS 5: UIScrollView not pass touches to nextResponder
问题 I have a subclass of UIScrollView , and override all 4 Touches functions for it. In those Touches functions, [[self nextResponder] Touches...] and [super Touches...] are used to pass the touches events. Also I have a view controller in which I override all 4 Touches functions too. In the Controller, I set the self.view as: self.view = subclass of UIScrollview; Before iOS 5, when there are touches move on the scrollview, the view controller's touch functions can receive all touch begin/move