Inherits from UIScrollView
Declared in TSTableViewHeaderPanel.h

Properties

allowColumnSelection

Allow column selection

@property (nonatomic, assign) BOOL allowColumnSelection

Declared In

TSTableViewHeaderPanel.h

dataSource

@property (nonatomic, weak) id<TSTableViewDataSource,TSTableViewAppearanceCoordinator> dataSource

headerDelegate

@property (nonatomic, weak) id<TSTableViewHeaderPanelDelegate> headerDelegate

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

reloadData

Reload column data

- (void)reloadData

Declared In

TSTableViewHeaderPanel.h

tableTotalWidth

Width of the table including all columns

- (CGFloat)tableTotalWidth

Declared In

TSTableViewHeaderPanel.h

widthForColumnAtIndex:

Width of the specified column

- (CGFloat)widthForColumnAtIndex:(NSInteger)index

Declared In

TSTableViewHeaderPanel.h

widthForColumnAtPath:

Width of the specified column

- (CGFloat)widthForColumnAtPath:(NSIndexPath *)indexPath

Declared In

TSTableViewHeaderPanel.h