tableView設置UITableViewStyleGrouped頂部有多余的間距?
解決如下:?
table.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, ScreenWidth, CGFLOAT_MIN)];
tableView設置UITableViewStyleGrouped頂部有多余的間距?
解決如下:?
table.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, ScreenWidth, CGFLOAT_MIN)];