在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
类说明 作为CATableView的cell添加进tableView,具备CAControl的功能。 基类 CAControl CATableViewCell 属性(点击查看方法介绍)
CATableViewCell 方法(点击查看方法介绍)
CATableViewCell 属性说明 类型:CAView 解释:内容视图,get{}。 类型:CAView* 解释:设置cell的背景视图,set/get{}。 类型:std::string 解释:复用标示符,set/get{}。 类型:unsigned int 解释:Section,get{}。 类型:unsigned int 解释:行,get{}。 类型:bool 解释:控制状态,is/set{}。 类型:bool 解释:允许选择,is/set{}。 CATableViewCell 方法说明 static CATableViewCell* create(const std::string& reuseIdentifier); 返回值:CATableViewCell* 类型:
解释:创建,并指定cell的复用标示符 virtual bool initWithReuseIdentifier(const std::string& reuseIdentifier); 返回值:bool 类型:
解释:初始化,并指定复用标示符 |
请发表评论