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