当前位置:K88软件开发文章中心编程语言APP编程CrossApp → 文章内容

CAWaterfallViewCell

减小字体 增大字体 作者:佚名  来源:网上搜集  发布时间:2019-1-23 13:52:11

由 ?﹏???ζ???﹏﹏? 创建, 最后一次修改 2016-09-07 类说明作为CAWaterfallViewCell添加进WaterfallView。CAWaterfallViewCell 属性(点击查看方法介绍)属性说明ContentView显示图像BackgroundView背景图像ReuseIdentifier重用标识符ItemIndex项目IndexControlStateEffect控制状态AllowsSelected允许选择CAWaterfallViewCell 方法(点击查看方法介绍)方法说明create创建initWithReuseIdentifier重用标识符初始化CAWaterfallViewCell 属性说明ContentView类型:CAView*解释:显示图像,get{}。BackgroundView类型:CAView*解释:背景图像,set/get{}。ReuseIdentifier类型:std::string解释:重用标识符,set/get{}。ItemIndex类型:unsigned int解释:项目Index,get{}。ControlStateEffect类型:bool解释:控制状态,is/set{}。AllowsSelected类型:bool解释:允许选择,is/set{}。CAWaterfallViewCell 方法说明static CAWaterfallViewCell* create(const std::string& reuseIdentifier);返回值:CAWaterfallViewCell* 参数:类型参数名说明const std::string&reuseIdentifier重用标识符解释:创建virtual bool initWithReuseIdentifier(const std::string& reuseIdentifier);返回值:bool参数:类型参数名说明const std::string&reuseIdentifier重用标识符解释:重用标识符初始化

CAWaterfallViewCell