UIScrollView scrolling only with one finger
问题 iOS7 & iOS8 I need to disable 2 or three fingers scrolling in UIScrollview . I tried : [self.scrollView.panGestureRecognizer setMaximumNumberOfTouches:1]; [self.scrollView.panGestureRecognizer setMinimumNumberOfTouches:1]; But it has no effect. It is still possible to scroll with 2 fingers. If i tried to set max and min to 2. One finger scrolling was disabled but 3 fingers scrolling possible :( I tried this too, but without success: for (UIGestureRecognizer* pan in self.scrollView