CSNFloatingHeaderViewFlowLayout icon indicating copy to clipboard operation
CSNFloatingHeaderViewFlowLayout copied to clipboard

Simple subclass of UICollectionViewFlowLayout that gives you Floating (Sticky) Headers at the top of a UICollectionView like UITableView's header view.

CSNFloatingHeaderViewFlowLayout

CocoaPods

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'