Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用ECSlidingViewController并且在使用平移手势打开滑动菜单时出现问题主视图中的表格视图仍然具有滚动手势
我需要删除主视图的手势并在滑回时将其添加回来
在 InitViewController 添加以下方法
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer{ return NO; }
如果返回 YES,它将产生不良行为