ios - nib must contain exactly one top level object
ringa_lee2017-04-18 09:03:33
0
1
647
崩溃原因 reason: 'invalid nib registered for identifier (Cell) - nib must contain exactly one top level object which must be a UICollectionReusableView instance 需要检查哪里?
你這是在註冊一個 xib 檔案到一個 UICollectionView 的 reusable cell 嗎? 看錯誤的話, 你需要檢查一下你的xib 文件,看看第一層裡面有哪些東西,正確的結果應該是這個xib 文件裡只有一個東西, 而且應該是個UICollectionViewCell(具體類名字記不得了,懶得查了,總之應該是個cell)。