UIView* view = [[UIView alloc] init];
view.backgroundcolor = [UIColor clearColor];
table.TableFooterView = view;