1、解决下拉刷新后点击cell没反应的Bug //下拉刷新之后, 点击cell, 会触发pan手势, 触发tableView的drag, 导致cell的点击事件被取消掉 self.collectionView.panGestureRecognizer.cancelsTouchesInView = NO; 来源:https://www.cnblogs.com/lxllanou/p/11929187.html 标签 cell