一区二区三区日韩精品-日韩经典一区二区三区-五月激情综合丁香婷婷-欧美精品中文字幕专区

分享

關(guān)于tableviewcell addsubview的重疊問(wèn)題 | iOS開發(fā)

 昵稱28775890 2015-11-23

關(guān)于tableview的重用機(jī)制,一般有兩種解決方案


第一種:就是把你要加載到cell上的subview,?*****f(cell==nil){  }這個(gè)判斷里面加入,然后subview上面要加入的值在判語(yǔ)句外面加入,舉個(gè)例子:


-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{

    static NSString * cellID=@"cellID";

    UITableViewCell * cell=[tableView dequeueReusableCellWithIdentifier:cellID];

    UILabel * label1=nil;

    UILabel * label2=nil;

    if(cell==nil){

        cell=[[[UITableViewCell alloc]initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:cellID]autorelease];

        label1=[[UILabel alloc]initWithFrame:CGRectMake(10, 10, 100, 30)];

        [cell addSubview:label1];

        label2=[[UILabel alloc]initWithFrame:CGRectMake(10, 50, 100, 30)];

        [cell addSubview:label2];

    }

    label1.text=[NSString stringWithFormat:@"number is %d",indexPath.row];

    label2.text=[NSString stringWithFormat:@"we are the same %d",indexPath.row];



    return cell;

}


 


第二種方法就是,每次加載的時(shí)候,把原來(lái)的subview都刪除了,重新加載。


-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{

    static NSString * cellID=@"cellID";

    UITableViewCell * cell=[tableView dequeueReusableCellWithIdentifier:cellID];

    UILabel * label1=nil;

    UILabel * label2=nil;

    if(cell==nil){

        cell=[[[UITableViewCell alloc]initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:cellID]autorelease];

    }

    for(UIView * view in cell.subviews){

        if([view isKindOfClass:[UILabel class]])

        {

            [view removeFromSuperview];

        }

    }

   

    label1=[[UILabel alloc]initWithFrame:CGRectMake(10, 10, 100, 30)];

    label1.text=[NSString stringWithFormat:@"number is %d",indexPath.row];

    [cell addSubview:label1];

   

    label2=[[UILabel alloc]initWithFrame:CGRectMake(10, 50, 100, 30)];

    label2.text=[NSString stringWithFormat:@"we are the same %d",indexPath.row];



    [cell addSubview:label2];



    return cell;

}



    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多

    亚洲国产精品国自产拍社区| 久久一区内射污污内射亚洲| 亚洲一区二区欧美激情| 中文字幕欧美精品人妻一区| 亚洲欧美中文字幕精品| 亚洲免费黄色高清在线观看| 国产成人精品国产亚洲欧洲| 国产午夜在线精品视频| 99久久人妻中文字幕| 国产丝袜美女诱惑一区二区| 色婷婷在线视频免费播放| 青青草草免费在线视频| 久久亚洲精品成人国产| 精品老司机视频在线观看| 欧美丝袜诱惑一区二区| 国产中文字幕久久黄色片| 国自产拍偷拍福利精品图片| 91免费精品国自产拍偷拍| 日韩欧美中文字幕人妻| 亚洲综合一区二区三区在线| 久久热麻豆国产精品视频| 国产高清精品福利私拍| 久草视频这里只是精品| 尤物天堂av一区二区| 91欧美亚洲精品在线观看| 人妻乱近亲奸中文字幕| 国产女高清在线看免费观看| 国产欧美日韩精品一区二区| 日韩一区中文免费视频| 欧美黑人在线一区二区| 国产欧洲亚洲日产一区二区| 又黄又爽禁片视频在线观看| 日韩一区二区三区18| 老司机激情五月天在线不卡| 黄色片一区二区三区高清| 亚洲精品高清国产一线久久| 国产日韩欧美在线播放| 国产精品免费视频专区| 日韩欧美精品一区二区三区| 国产精品丝袜一二三区| 国产精品欧美一区两区|