0
我遇到了UICollectionViewController
問題。我從默認的視圖控制器開始,並且我將一個繼續到UICollectionView
。當我點擊該鏈接到該集合按鈕我有UICollectionViewController多視圖錯誤
錯誤:
could not dequeue a view of kind: UICollectionElementKindCell with identifier Cell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
和信號似乎是從河旁拋出:
UICollectionViewCell *cell = [collectionView dequeueReusableCellWithReuseIdentifier:identifier forIndexPath:indexPath];
這是什麼意思 ?
謝謝你很多。我還有一個問題:沒有信號了,但圖像不顯示。我用一個視圖控制器開始應用程序,該控制器有一個按鈕和一個segue到collectionView。任何想法 ??謝謝 – Gezurb
我可以幫你,如果你發佈可以發佈一些代碼。 – basar
抱歉等待。我有一個新的職位,我的問題在這裏: http://stackoverflow.com/questions/17399192/cells-are-hidden-using-collectionview – Gezurb