Inherits from UIScrollView
Declared in TSTableViewContentHolder.h

Properties

allowRowSelection

Allow row selection on tap @def YES

@property (nonatomic, assign) BOOL allowRowSelection

Declared In

TSTableViewContentHolder.h

columnSelectionColor

Color of column selection outline

@property (nonatomic, strong) UIColor *columnSelectionColor

Declared In

TSTableViewContentHolder.h

contentHolderDelegate

@property (nonatomic, weak) id<TSTableViewContentHolderDelegate> contentHolderDelegate

dataSource

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

rowSelectionColor

Color of row selection outline

@property (nonatomic, strong) UIColor *rowSelectionColor

Declared In

TSTableViewContentHolder.h

Instance Methods

changeColumnWidthOnAmount:forColumn:animated:

Change width of specified column

- (void)changeColumnWidthOnAmount:(CGFloat)delta forColumn:(NSInteger)columnIndex animated:(BOOL)animated

Declared In

TSTableViewContentHolder.h

changeExpandStateForRow:toValue:animated:

Change expand state of the row

- (void)changeExpandStateForRow:(NSIndexPath *)rowPath toValue:(BOOL)expanded animated:(BOOL)animated

Declared In

TSTableViewContentHolder.h

clearCachedData

Clear cached data (reusable rows, cells that aren’t used at this moment).

- (void)clearCachedData

Declared In

TSTableViewContentHolder.h

collapseAllRowsWithAnimation:

Collapse all rows

- (void)collapseAllRowsWithAnimation:(BOOL)animated

Declared In

TSTableViewContentHolder.h

dequeueReusableCellViewWithIdentifier:

Reuse cached instance of cell view with specified Id.

- (TSTableViewCell *)dequeueReusableCellViewWithIdentifier:(NSString *)identifier

Declared In

TSTableViewContentHolder.h

expandAllRowsWithAnimation:

Expand all rows

- (void)expandAllRowsWithAnimation:(BOOL)animated

Declared In

TSTableViewContentHolder.h

insertRowAtPath:animated:

- (void)insertRowAtPath:(NSIndexPath *)path animated:(BOOL)animated

pathToSelectedColumn

Return path to selected column. If no column currently selected return nil.

- (NSIndexPath *)pathToSelectedColumn

Declared In

TSTableViewContentHolder.h

pathToSelectedRow

Return path to selected row. If no row currently selected return nil.

- (NSIndexPath *)pathToSelectedRow

Declared In

TSTableViewContentHolder.h

reloadData

Reload column data

- (void)reloadData

Declared In

TSTableViewContentHolder.h

removeRowAtPath:animated:

- (void)removeRowAtPath:(NSIndexPath *)path animated:(BOOL)animated

resetColumnSelectionWithAnimtaion:

Hide current row selection

- (void)resetColumnSelectionWithAnimtaion:(BOOL)animated

Declared In

TSTableViewContentHolder.h

resetRowSelectionWithAnimtaion:

Hide current row selection

- (void)resetRowSelectionWithAnimtaion:(BOOL)animated

Declared In

TSTableViewContentHolder.h

selectColumnAtPath:animated:

Select column at path

- (void)selectColumnAtPath:(NSIndexPath *)columnPath animated:(BOOL)animated

Declared In

TSTableViewContentHolder.h

selectRowAtPath:animated:

Select row at path

- (void)selectRowAtPath:(NSIndexPath *)rowPath animated:(BOOL)animated

Declared In

TSTableViewContentHolder.h

updateRowAtPath:

- (void)updateRowAtPath:(NSIndexPath *)path