标签: ios objective-c uicollectionview uicollectionviewcell
如何为UICollectionView类实现单选模式。我总是需要选择一个单元格,但是在点击它时无法取消选择单元格的取消选择。
我尝试使用shouldDeselectItemAtIndexPath中的UICollectionViewDelegate,但它从未被调用过。
shouldDeselectItemAtIndexPath
UICollectionViewDelegate
答案 0 :(得分:0)
使用
- (void)deselectItemAtIndexPath:(NSIndexPath *)indexPath animated:(BOOL)animated