Skip to content

Instantly share code, notes, and snippets.

View viteinfinite's full-sized avatar

Simone Civetta viteinfinite

View GitHub Profile
@vigorouscoding
vigorouscoding / DateFlowLayout.h
Created March 13, 2013 20:10
UICollectionView with sticky headers which works for horizontal as well as vertical scrolling
#import <UIKit/UIKit.h>
@interface DateFlowLayout : UICollectionViewFlowLayout
@end