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

[_tableView setTableFooterView:v];

05-11 14:39