-
Notifications
You must be signed in to change notification settings - Fork 421
CATableViewCell
9miao Mobile Game edited this page Jun 20, 2014
·
1 revision
It’s added into tableView as cell of CATableView, and has CAControl function.
CAControl
Access modifier |
Method name |
Description |
Public |
create |
Create a cell and appoint multiplexing identifier |
Public |
initWithReuseIdentifier |
Initialize cell and appoint multiplexing identifier |
static CATableViewCell create(const char reuseIdentifier)**
Return value: CATableViewCell*
parameter:
Type |
Parameter name |
Description |
Const char* |
reuseIdentifier |
Multiplexing identifier |
bool initWithReuseIdentifier(const char reuseIdentifier)*
Return value: bool
Parameter:
Type |
Parameter name |
Description |
Const char* |
reuseIdentifier |
Multiplexing identifier |