I\'m trying to remove the separator for one UITableViewCell. I did the following:
UITableViewCell
- (UITableViewCell *)tableView:(UITableView *)tableView cellFo
Assign next values for specific cell you need for customization.
cell.separatorInset = UIEdgeInsetsMake(0, 0, 0, .greatestFiniteMagnitude) cell.directionalLayoutMargins = .zero