Skip to content

Instantly share code, notes, and snippets.

@joe-goullaud
joe-goullaud / headerview.m
Last active August 29, 2015 14:00 — forked from brentsimmons/headerview.m
Tweak header view to use resizing mask as constraints and set directly as table view header view.
#pragma mark - Class Methods
+ (BOOL)requiresConstraintBasedLayout {
return YES;
}
#pragma mark - Init
- (id)initWithFrame:(CGRect)frame {