CCTableViewCell Class Reference
Inherits from | CCNode : CCResponder : NSObject |
---|---|
Conforms to | CCTableViewCellProtocol |
Declared in | CCTableView.h |
Overview
Represents a cell in a CCTableView. It is essentially a thin wrapper around CCButton that allows the user to interact with the cell. You can add any node(s) as content to the cell.