Conforms to NSObject
Declared in TSTableViewExpandControlPanel.h

Overview

Provide delegate object that implement TSTableViewExpandControlPanelDelegate to TSTableViewExpandControlPanel to be notified on expand state changes.

Instance Methods

tableViewSideControlPanel:expandStateDidChange:forRow:

Invoked when user manually changing expand state

- (void)tableViewSideControlPanel:(TSTableViewExpandControlPanel *)controlPanel expandStateDidChange:(BOOL)expand forRow:(NSIndexPath *)rowPath

Parameters

controlPanel

Instance of TSTableViewExpandControlPanel.

expand

Updated expand state.

rowPath

Path to row where state was changed.

Declared In

TSTableViewExpandControlPanel.h