I need a label above every section in my Collection View. I\'ve tried simply dragging a label into my header space above my prototype cell, but every time I run the app, the
From @david72's answer
You need to perform following things:
collectionView:viewForSupplementaryElementOfKind
For more details see here