|
|
@@ -133,8 +133,6 @@
|
|
|
for (UIView *contentView in self.contentViews) {
|
|
|
contentView.userInteractionEnabled = YES;
|
|
|
|
|
|
- NSLog(@"contentView gesture count %d",contentView.gestureRecognizers.count);
|
|
|
-
|
|
|
CGRect rightRect = contentView.frame;
|
|
|
rightRect.origin = CGPointMake(CGRectGetWidth(self.scrollView.frame) * (counter ++), 0);
|
|
|
|