MYNStickyFlowLayout
MYNStickyFlowLayout copied to clipboard
Drop-in sticky headers and footers for UICollectionView.
In the case of only one set of data, how to make the HeaderView rolling together?
The current implementation depends on `footerReferenceSize`, but if I used a delegate method for the size, it doesn't work as expected. As a workaround, I've to set the `footerReferenceSize` to...
I have used MYNStrickyFlwoLayout in one oif my project.I have made two section in my collection view and added one footer view in first section only. While scrolling collection view...