浏览代码

删除Banner打印Gesture Count

Pen Li 9 年之前
父节点
当前提交
fb30d1863c

二进制
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);