1.去除所有的分割线

     table.separatorStyle = UITableViewCellSelectionStyleNone;

 

2.去除指定某一行的分割线

    

   cell.separatorInset = UIEdgeInsetsMake(0, width_w, 0, 0);

 

posted on 2018-03-23 10:34  强者VS弱者  阅读(233)  评论(0)    收藏  举报