Believe in your own future, will thank yourself right now Sinner Yun

Sinner_Yun

2017年5月24日

collectionView 防止cell复用的方法

摘要: collectionView 防止cell复用的方法 一: //在创建collectionView的时候注册cell(一个分区) UICollectionViewCell *cell=[collectionView dequeueReusableCellWithReuseIdentifier:@“cell" forIndexPath:indexPath]; for (UIView *... 阅读全文

posted @ 2017-05-24 09:33 Sinner_Yun 阅读(2111) 评论(0) 推荐(0) 编辑

导航