diff --git a/CWLateralSlideDemo.xcodeproj/project.xcworkspace/xcuserdata/chavez.xcuserdatad/UserInterfaceState.xcuserstate b/CWLateralSlideDemo.xcodeproj/project.xcworkspace/xcuserdata/chavez.xcuserdatad/UserInterfaceState.xcuserstate index 492839a..4ba9e3d 100644 Binary files a/CWLateralSlideDemo.xcodeproj/project.xcworkspace/xcuserdata/chavez.xcuserdatad/UserInterfaceState.xcuserstate and b/CWLateralSlideDemo.xcodeproj/project.xcworkspace/xcuserdata/chavez.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/CWLateralSlideDemo/Clasess/Controllers/MainViewController.m b/CWLateralSlideDemo/Clasess/Controllers/MainViewController.m index b654502..9393fd7 100644 --- a/CWLateralSlideDemo/Clasess/Controllers/MainViewController.m +++ b/CWLateralSlideDemo/Clasess/Controllers/MainViewController.m @@ -104,7 +104,7 @@ - (void)setupScrollView { } [[tableViewInfo getTableView] reloadData]; - [tableViewInfo getTableView].scrollEnabled = NO; +// [tableViewInfo getTableView].scrollEnabled = NO; [_contentScrollView addSubview:[tableViewInfo getTableView]]; [self.tableViewInfonArray addObject:tableViewInfo]; // 强引用 }