How do I add a section title in UICollectionView?

前端 未结 4 1169
余生分开走
余生分开走 2020-12-25 09:37

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

4条回答
  •  旧时难觅i
    2020-12-25 10:36

    From @david72's answer

    You need to perform following things:

    1. Enable the section header/footer view in Storyboard.
    2. Implement collectionView:viewForSupplementaryElementOfKind method.

    For more details see here

提交回复
热议问题