I am creating a table view in which there are 10 sections, all having a header view but no cells. So, in short, my table view will display 10 header views only; there will be no
The grouped style tableview has a default footer, you should also custom the footer to overwrite it
or
try the plain style.
typedef enum { UITableViewStylePlain, UITableViewStyleGrouped } UITableViewStyle;