Closed rtsao closed 11 years ago
Can you provide the backtrace? Screenshot will do.
You're missing your collectionView:viewForSupplementaryElementOfKind:atIndexPath:
delegate call, or you're not returning a view for UICollectionElementKindSectionHeader
in it. If you do have one and the code looks right, check to make sure the Storyboard has the same Identifier
applied and the storyboard is saved. Might have to do a Build -> Clean.
Thanks, that seems to have fixed my problem!
I am running the FlowLayoutDemo, but when I try adding section headers and pick up a cell to move, I get a crash as soon as I release the item or drag it over another.