0

I found this tutorial how to make section for collection view. I want to achieve the same effect like in table view when we see section every time on the top even if we scroll table.

Abubakr Dar
  • 4,078
  • 4
  • 22
  • 28
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277

1 Answers1

0

I just pick the first library found on google looking what you want: CSStickyHeaderFlowLayout

You have a lot of more library available and open source. So, just search a little bit next time, you will find easily your happy ending!

Also, if you don't want to use an external library, you can follow this tutorial. You will get your goal with it.

tbaranes
  • 3,560
  • 1
  • 23
  • 31