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.
UITableView
The strange part is th
Just add this in you ViewDidLoad method
ViewDidLoad
self.automaticallyAdjustsScrollViewInsets = NO;