方法一:

    [historyTodayTableVC setSeparatorStyle:UITableViewCellSeparatorStyleNone];

方法二:

    [historyTodayTableVC setSeparatorColor:[UIColor clearColor]];

注意:historyTodayTableVC 为当前的 tableView;

相关文章:

  • 2021-11-08
  • 2021-11-06
  • 2022-12-23
  • 2021-08-03
  • 2021-06-12
  • 2021-10-19
  • 2021-04-22
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2021-08-13
  • 2021-08-12
  • 2021-12-01
  • 2022-12-23
相关资源
相似解决方案