ashfurrow / ARCollectionViewMasonryLayout

MIT License
185 stars 16 forks source link

Support floating headers #26

Open orta opened 8 years ago

orta commented 8 years ago

Something that would sit under the header, but then will scroll until it's at the top. Could also provide a callback for when the view is 'stuck'.

ashfurrow commented 8 years ago

Nice, could be a good use of UICollectionView's supplementary views, to keep configuration largely out of this framework and in the app.

orta commented 8 years ago

This is in - and it uses that :D

ashfurrow commented 8 years ago

Neato!