I want to keep the separated and not completely wide look of the grouped tableView, but I don\'t want the square corners. Is there any way to set/fake this?
Use this
cell.backgroundView = [[[UIView alloc]init] autorelease];
You can set the backgroundView property on your cells to a view that looks like anything you want.
backgroundView