1.UITableView的viewForHeaderInSection悬停
self.tableView = [[UITableView alloc]initWithFrame:CGRectZero style:UITableViewStylePlain];
2.UITableView默认时viewForHeaderInSection悬停
[[UITableView alloc]initWithFrame:CGRectZero];
3.UITableView的viewForHeaderInSection取消
self.tableView = [[UITableView alloc]initWithFrame:CGRectZero style:UITableViewStyleGrouped];