UIView *v = [[UIView alloc] initWithFrame:CGRectZero];

[tableView setTableFooterView:v];

[v release];

05-28 18:54