UItableView 动态显示单元格个数
UIView *view=[[UIView alloc] init];
view.backgroundColor=[UIColor clearColor];
[tableView setTableFooterView:view];
UIView *view=[[UIView alloc] init];
view.backgroundColor=[UIColor clearColor];
[tableView setTableFooterView:view];