IOS collectionViewCell防止复用的两种方法
IOScollectionViewCell防止复用的两种方法
collectionView防止cell复用的方法一:
//在创建collectionView的时候注册cell(一个分区)
UICollectionViewCell*cell=[collectionViewdequeueReusableCellWithReuseIdentifier:@“cell"forIndexPath:indexPath];
for(UIView*viewincell.contentView.subviews){
[viewremoveFromSuperview];
}
collectionView防止cell复用的方法二:
//在cellForItem方法中注册cell(多个分区)
NSString*identifier=[NSStringstringWithFormat:@"%ld%ld",(long)indexPath.section,(long)indexPath.row];
[collectregisterClass:[UICollectionViewCellclass]forCellWithReuseIdentifier:identifier];
UICollectionViewCell*cell=[collectionViewdequeueReusableCellWithReuseIdentifier:identifierforIndexPath:indexPath];
for(idsubViewincell.contentView.subviews){
if(subView){
[subViewremoveFromSuperview];
}
}
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语