UICollectionView + iOS 7 / Xcode 5 = Ошибка подтверждения

В моем приложении был UICollectionView, использующий flowLayout, и он прекрасно работал в iOS 6, но ужасно дает сбой в iOS 7. Как только я перехожу к представлению, содержащему мой UICollectionView, здесь »Что происходит:

*** Assertion failure in -[UICollectionView _createPreparedSupplementaryViewForElementOfKind:atIndexPath:withLayoutAttributes:applyAttributes:], /SourceCache/UIKit/UIKit-2903.2/UICollectionView.m:1401
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'the view returned from -collectionView:viewForSupplementaryElementOfKind:atIndexPath
(UICollectionElementKindSectionHeader, {length = 2, path = 0 - 0}) was not retrieved by calling -dequeueReusableSupplementaryViewOfKind:withReuseIdentifier:forIndexPath: or is nil'
()

Ответы на вопрос(7)

Ваш ответ на вопрос