When creating a custom UITableViewCell I notice that it looks as expected in 'plain' style but that the corners of the cells are not rounded if the table view is displayed in 'grouped' style: i.e. the corners are square.
I have searched but cannot find any real explanation of why this happens and, more importantly, how to remedy this effect.