1、解决下拉刷新后点击cell没反应的Bug
//下拉刷新之后, 点击cell, 会触发pan手势, 触发tableView的drag, 导致cell的点击事件被取消掉 self.collectionView.panGestureRecognizer.cancelsTouchesInView = NO;
原文地址:https://www.cnblogs.com/lxllanou/p/11929187.html
时间: 2024-10-24 11:00:58
//下拉刷新之后, 点击cell, 会触发pan手势, 触发tableView的drag, 导致cell的点击事件被取消掉 self.collectionView.panGestureRecognizer.cancelsTouchesInView = NO;
原文地址:https://www.cnblogs.com/lxllanou/p/11929187.html