Skip to content

Instantly share code, notes, and snippets.

@chrishulbert
Created April 17, 2012 12:31
Show Gist options
  • Save chrishulbert/2405691 to your computer and use it in GitHub Desktop.
Save chrishulbert/2405691 to your computer and use it in GitHub Desktop.
Styling grouped table views
//
// Helpers.h
//
// Created by Chris Hulbert on 17/04/12.
//
#import <UIKit/UIKit.h>
@interface Helpers : NSObject
+ (UIView*)styledTableHeader:(NSString*)text;
+ (int)styledTableHeaderHeight;
+ (void)styleTableView:(UITableView*)tableView;
+ (void)styleWillDisplayCell:(UITableViewCell *)cell;
+ (void)styleWillDisplayCell2:(UITableViewCell *)cell;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment