美文网首页
TableVIewCell 几种创建方式 的细节

TableVIewCell 几种创建方式 的细节

作者: KeepFighting | 来源:发表于2016-01-27 16:49 被阅读30次

    1.第一种

    staticNSString* ID =@"cell";

    UITableViewCell* cell = [tableViewdequeueReusableCellWithIdentifier:ID];

    if(cell ==nil) {

    cell = [[UITableViewCellalloc]initWithStyle:UITableViewCellStyleSubtitlereuseIdentifier:ID];

    }

    第二种

    相关文章

      网友评论

          本文标题:TableVIewCell 几种创建方式 的细节

          本文链接:https://www.haomeiwen.com/subject/nkbckttx.html