CSNFloatingHeaderViewFlowLayout
Simple subclass of UICollectionViewFlowLayout that gives you Floating (Sticky) Headers at the top of a UICollectionView like UITableView's header view.
Install / Use
/learn @griffin-stewie/CSNFloatingHeaderViewFlowLayoutREADME
CSNFloatingHeaderViewFlowLayout
Simple subclass of UICollectionViewFlowLayout that gives you Floating (Sticky) Headers at the top of a UICollectionView like UITableView's header view.
Base code of CSNFloatingHeaderViewFlowLayout is toblerpwn's gist. Thank you.
Install
Use CocoaPods,
pod 'CSNFloatingHeaderViewFlowLayout', '~> 0.0'
