Starting in iOS7, there is additional space at the top of my UITableView\'s which have a style UITableViewStyleGrouped.
UITableView
UITableViewStyleGrouped
Here is an example:<
self.automaticallyAdjustsScrollViewInsets = NO;
try, you can deal with it!