Inherits from UITableView
Declared in TKReorderTableView.h

Overview

TKReorderTableView is a subclassed UITableView that handles custom dragging using long press.

Tasks

Properties

canReorder

Flag that turns on and off the ability to reorder cells.

@property (nonatomic, assign) BOOL canReorder

Discussion

Flag that turns on and off the ability to reorder cells.

Declared In

TKReorderTableView.h

delegate

The delegate must adopt the TKReorderTableViewDelegate protocol. The delegate is not retained.

@property (nonatomic, assign) id<TKReorderTableViewDelegate> delegate

Discussion

The delegate must adopt the TKReorderTableViewDelegate protocol. The delegate is not retained.

Declared In

TKReorderTableView.h