I\'m trying to remove the separator for one UITableViewCell. I did the following:
UITableViewCell
- (UITableViewCell *)tableView:(UITableView *)tableView cellFo
Swift 5 Enjoy
//MARK:- In which row you want to hide cell.separatorInset = UIEdgeInsets(top: 0, left: CGFloat.greatestFiniteMagnitude, bottom: 0, right: 0);