indexPath只要不为0就是
CGPoint tapPoint = [gesture locationInView: _collectionView];
NSIndexPath *indexPath = [_collectionView indexPathForItemAtPoint: tapPoint];
indexPath只要不为0就是
CGPoint tapPoint = [gesture locationInView: _collectionView];
NSIndexPath *indexPath = [_collectionView indexPathForItemAtPoint: tapPoint];