uitableviewcell的生成crash问题

来源:互联网 发布:双拇指扫矿软件 编辑:程序博客网 时间:2024/05/18 03:00
 UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:identifer];
    if (!cell) {
        cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:identifer];//这里的方法,不要加indexpath参数
        [cell autorelease];
    }




0 0
原创粉丝点击