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

[_tableView setTableFooterView:v];

04-26 20:39