ChavezChen / CWLateralSlide

One line of code to integrate 0 coupling side drawer!一行代码集成0耦合侧滑抽屉!
MIT License
1.28k stars 201 forks source link

侧滑问题 #23

Closed xixi9527 closed 6 years ago

xixi9527 commented 6 years ago

老哥,我centerVC 里面有个scrollView, 导致 [self cw_registerShowIntractiveWithEdgeGesture:YES transitionDirectionAutoBlock:^(CWDrawerTransitionDirection direction) { //NSLog(@"direction = %ld", direction); if (direction == CWDrawerTransitionDirectionLeft) { // 左侧滑出 [weakSelf leftItemAction]; } }];

接收不到响应怎么办

ChavezChen commented 6 years ago

如果是和demo一样的scrollview,可以看一下demo的处理方式:自定义scrollview然后把手势处理一下,如果不一样得看你自己的需求对手势做处理呀。