iOS 7.0以后去掉tableviewCell某一行的分割线

想去掉哪一行就在那行(if(indexPath.row == 某一行))

cell.separatorInset = UIEdgeInsetsMake(0, 0, 0, cell.bounds.size.width - 15);
原文地址:https://www.cnblogs.com/JJFly/p/4602254.html