We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee706e3 commit d04c2a7Copy full SHA for d04c2a7
Source/JTSImageViewController.m
@@ -547,6 +547,7 @@ - (void)setupImageModeGestureRecognizers {
547
[self.view addGestureRecognizer:self.longPresserPhoto];
548
549
self.panRecognizer = [[UIPanGestureRecognizer alloc] init];
550
+ self.panRecognizer.maximumNumberOfTouches = 1;
551
[self.panRecognizer addTarget:self action:@selector(dismissingPanGestureRecognizerPanned:)];
552
self.panRecognizer.delegate = self;
553
[self.scrollView addGestureRecognizer:self.panRecognizer];
0 commit comments