iOS 去除某一行cell分割线

2017.5.8

//去除某一行cell分割线

if(indexPath.row==0) {

cell.selectionStyle=UITableViewCellSelectionStyleNone;

[cellsetSeparatorInset:UIEdgeInsetsMake(0,0,0,MAXFLOAT)];

}

详见金佳金服 FoundationViewController.m

cellForRowAtIndexPath / 基金涨幅 / 基金类型按钮

你可能感兴趣的:(iOS 去除某一行cell分割线)