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.

  button

The CCButton instance used to allow interaction with the cell.

@property (nonatomic, readonly) CCButton *button

Declared In

CCTableView.h