UITableViewCell Group 怎么去掉section上下边的分割线

2025-05-09 11:12:46
推荐回答(1个)
回答1:

self.tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;把后面改为none就可以了