UICollectionView单选

时间:2015-01-16 09:00:52

标签: ios objective-c uicollectionview uicollectionviewcell

如何为UICollectionView类实现单选模式。我总是需要选择一个单元格,但是在点击它时无法取消选择单元格的取消选择。

我尝试使用shouldDeselectItemAtIndexPath中的UICollectionViewDelegate,但它从未被调用过。

1 个答案:

答案 0 :(得分:0)

使用

- (void)deselectItemAtIndexPath:(NSIndexPath *)indexPath animated:(BOOL)animated