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:<
Storyboard:
Just uncheck: Adjust Scroll View Insets in View Controller's options
Adjust Scroll View Insets
Code:
self.automaticallyAdjustsScrollViewInsets = false