UITableView顶部有空白问题

UITableView顶部有空白问题解决

self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, 0.0001f)];
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, KScreenWidth, 0.0001f)];

你可能感兴趣的:(UITableView顶部有空白问题)