I have subclassed the UITableView control, and the style is grouped, but I do not need the cell separators. I tried setting my table view\'s separatorStyle to none, but it
Use this
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;