Skip to content

Instantly share code, notes, and snippets.

View dessmith's full-sized avatar

Des Smith dessmith

  • Typically London, UK
View GitHub Profile
@dessmith
dessmith / DateFlowLayout.h
Created March 3, 2019 14:36 — 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