为了账号安全,请及时绑定邮箱和手机立即绑定

如何实例化一个collectionview 的cell?

如何实例化一个collectionview 的cell?

智慧大石 2019-04-19 16:11:22
letcell=collectionView.dequeueReusableCellWithReuseIdentifier("BigRoomVideoCell",forIndexPath:indexPath)asVideoViewCell上面是重用cell的写法,但是如何每次都实例化一个collectionview的cell?我尝试过letcell=VideoViewCell()直接报***Terminatingappduetouncaughtexception'NSInternalInconsistencyException',reason:'thecellreturnedfrom-collectionView:cellForItemAtIndexPath:doesnothaveareuseIdentifier-cellsmustberetrievedbycalling-dequeueReusableCellWithReuseIdentifier:forIndexPath:google了也没找到合适的答案
查看完整描述

2 回答

?
Qyouu

TA贡献1786条经验 获得超11个赞

也试过letcell=collectionView.cellForItemAtIndexPath(indexPath)asVideoViewCell办法,直接报fatalerror:unexpectedlyfoundnilwhileunwrappinganOptionalvalue
                            
查看完整回答
反对 回复 2019-04-19
?
牛魔王的故事

TA贡献1830条经验 获得超3个赞

是否没有注册
[_collectionViewregisterClass:[BigRoomVideoCellclass]
forCellWithReuseIdentifier:CELL_IDENTIFIER];
                            
查看完整回答
反对 回复 2019-04-19
  • 2 回答
  • 0 关注
  • 308 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信