Hide separator line on one UITableViewCell I’m customizing a UITableView. I want to hide the line separating on the last cell … can i do this? I know I can do tableView.separatorStyle = UITableViewCellStyle.None but... May 19, 2022 0 Comments