我UICollectionView
在我的应用程序中实现了一个。我的问题是我需要选择(就像用户点击它一样)一个单元格programmatically
。方法:
- (void)selectItemAtIndexPath:(NSIndexPath *)indexPath
animated:(BOOL)animated
scrollPosition:(UICollectionViewScrollPosition)scrollPosition
那是UICollectionView
类的一部分不是我需要调用的,因为此方法不调用:
- (void)collectionView:(UICollectionView *)collectionView
didSelectItemAtIndexPath:(NSIndexPath *)indexPath
它只是将selected
单元格的属性设置为YES
;