问题描述
- iOS collectionView 的重用问题
-
我是个新手,之前用xib做collectionView和collectionViewCell成功了。
这次在sotoryboard里拖了个collectionView,并连了线,然后在viewcontroller.m里的dataSoure中加载用xib方法写的collectionViewCell,但是出现了问题
{
'could not dequeue a view of kind: UICollectionElementKindCell with i dentifier CollectionViewCell5 - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
}
求各位大神解惑
解决方案
解决方案二:
删除collectionView和viewcontroller.m关系,你链接乱了,最好重新创建一个Nib和.h.m文件
时间: 2024-12-28 13:38:58