collectionView 防止cell复用的方法
摘要:
collectionView 防止cell复用的方法 一: //在创建collectionView的时候注册cell(一个分区) UICollectionViewCell *cell=[collectionView dequeueReusableCellWithReuseIdentifier:@“cell" forIndexPath:indexPath]; for (UIView *... 阅读全文
posted @ 2017-05-24 09:33 Sinner_Yun 阅读(2180) 评论(0) 推荐(0) 编辑