国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

IOStableVIewcell橫線左端對(duì)其

2019-11-14 19:09:42
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

需要將tableview初始化及繪制單元格代理中添加如下代碼:

//初始化添加

self.tableView_chose =[ [UITableView alloc] init];

 if ([self.tableView_chose respondsToSelector:@selector(setSeparatorInset:)]) {
        [self.tableView_chose setSeparatorInset:UIEdgeInsetsZero];
    }
    if ([self.tableView_chose respondsToSelector:@selector(setLayoutMargins:)]) {
        [self.tableView_chose setLayoutMargins:UIEdgeInsetsZero];
    }

//繪制表格代理添加

-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{
    
    if ([cell respondsToSelector:@selector(setSeparatorInset:)]) {
        [cell setSeparatorInset:UIEdgeInsetsZero];
    }
    if ([cell respondsToSelector:@selector(setLayoutMargins:)]) {
        [cell setLayoutMargins:UIEdgeInsetsZero];
    }
    
}


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 西充县| 灵石县| 肥东县| 丰都县| 稷山县| 呈贡县| 桃园市| 大渡口区| 荣昌县| 泰宁县| 丰顺县| 体育| 建湖县| 天全县| 沛县| 绥江县| 通道| 河津市| 益阳市| 宾川县| 潮州市| 泸定县| 安丘市| 明水县| 林口县| 集安市| 嫩江县| 康马县| 新邵县| 克东县| 泽普县| 邵东县| 大丰市| 大荔县| 清水河县| 札达县| 中江县| 大邑县| 清流县| 栾城县| 绵阳市|