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
For solve this problem make sure that you unchecked this field on ViewController:
On ViewController >> Attibutes Inspector >> Layout (unchecked - Adjust Scroll View Insets)
if this is not enough, try this on TableView, set Style to Plain:
This will solve your problem