TSTableViewHeaderPanel Class Reference
Inherits from | UIScrollView |
Declared in | TSTableViewHeaderPanel.h |
Properties
allowColumnSelection
Allow column selection
@property (nonatomic, assign) BOOL allowColumnSelection
Declared In
TSTableViewHeaderPanel.h
Instance Methods
changeColumnWidthOnAmount:forColumn:animated:
Change width of specified column
- (void)changeColumnWidthOnAmount:(CGFloat)delta forColumn:(NSInteger)columnIndex animated:(BOOL)animated
Declared In
TSTableViewHeaderPanel.h
headerHeight
Height of the table’s header. Value updated in reloadData.
- (CGFloat)headerHeight
Declared In
TSTableViewHeaderPanel.h
offsetForColumnAtPath:
X offset of the specified column
- (CGFloat)offsetForColumnAtPath:(NSIndexPath *)indexPath
Declared In
TSTableViewHeaderPanel.h
tableTotalWidth
Width of the table including all columns
- (CGFloat)tableTotalWidth
Declared In
TSTableViewHeaderPanel.h