码迷,mamicode.com
首页 >  
搜索关键字:collectionview重用机制    ( 1个结果
UICollectionView重用机制的问题
肯定会有很多人遇到下面这样的问题。。。 其实我们只需要在 UICollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:cellIde forIndexPath:indexPath];下面加这 for (UIView *view in cell.contentView.subv...
分类:其他好文   时间:2015-05-25 22:26:16    阅读次数:562
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!