Skip to content

Instantly share code, notes, and snippets.

View terwanerik's full-sized avatar

Erik Terwan terwanerik

View GitHub Profile
@terwanerik
terwanerik / DateFlowLayout.h
Created December 19, 2016 10:49 — forked from vigorouscoding/DateFlowLayout.h
UICollectionView with sticky headers which works for horizontal as well as vertical scrolling
#import <UIKit/UIKit.h>
@interface DateFlowLayout : UICollectionViewFlowLayout
@end