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

如何实例化一个collectionview 的cell?

如何实例化一个collectionview 的cell?

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

2 回答

?
慕村225694

TA贡献1880条经验 获得超4个赞

也试过letcell=collectionView.cellForItemAtIndexPath(indexPath)asVideoViewCell办法,直接报fatalerror:unexpectedlyfoundnilwhileunwrappinganOptionalvalue
                            
查看完整回答
反对 回复 2019-04-07
?
POPMUISE

TA贡献1765条经验 获得超5个赞

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

添加回答

举报

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