崩溃原因 reason: 'invalid nib registered for identifier (Cell) - nib must contain exactly one top level object which must be a UICollectionReusableView instance
需要检查哪里?
黄舟2017-04-18 09:05:33
xib ファイルを UICollectionView の再利用可能なセルに登録していますか? エラーが発生した場合は、xib ファイルをチェックして最初のレイヤーに何が含まれているかを確認する必要があります。正しい結果は、xib ファイルに 1 つだけ存在し、それが UICollectionViewCell であるはずです (覚えていません)。特定のクラス名、確認するのが面倒です)、要するにセルである必要があります)。