I have a UITableView that uses a variety of custom UITableViewCells.
I'd like to be able to have one of these table cells appear with a different separator color than the rest of the other cells.
I know that tableview.seperatorColor updates the whole tableView. Is there a cell specific property I missing or another approach to doing this?
Thanks for any tips. Sorry if I am just spaceing on something in the UITableCell class.