这个有很多种方式,比如让整个collectionView都不能点击:self.collectionView.allowsSelection = NO.还有一种方式就是关闭cell的交互:cell.userInteractionEnabled = NO;