Skip to content

Instantly share code, notes, and snippets.

@Geri-Borbas
Last active December 19, 2015 23:08
Show Gist options
  • Save Geri-Borbas/6031942 to your computer and use it in GitHub Desktop.
Save Geri-Borbas/6031942 to your computer and use it in GitHub Desktop.
Same as i
//Like documented in http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITableView_Class/Reference/Reference.html
@property(nonatomic,readonly) UITableViewStyle style;
@property(nonatomic,assign) id <UITableViewDataSource> dataSource;
@property(nonatomic,assign) id <UITableViewDelegate> delegate;
@property(nonatomic) CGFloat rowHeight; // will return the default value if unset
@property(nonatomic) CGFloat sectionHeaderHeight; // will return the default value if unset
@property(nonatomic) CGFloat sectionFooterHeight;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment