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
How about setSeparatorColor to your cell's background color?