Explorar o código

删除Banner打印Gesture Count

Pen Li %!s(int64=9) %!d(string=hai) anos
pai
achega
fb30d1863c

BIN=BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 0 - 2
RedAnt ERP Mobile/common/AutoScrollImage/CycleScrollView.m

@@ -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);