Description of the problem: with iOS 7 in grouped UITableView there is a gap between the top of the table view and the first cell.
The strange part is that when I load the content for the first time the table appears to be ok (first image), but when I scroll down a space appears between top and first cell (second image):


With style plain this behavior does't occur but unfortunately I need to use the grouped table view style.
Any ideas about?



- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section- mmackh- (float)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section- mmackh