Removing UITableView section header for grouped tables August 10, 2015 When setting a UITableView style to grouped the header section in iOS7 can’t be removed. Using the grouped style is nice as it stops the table view showing extra empty cells to fill the table. A simple fix is …