ios - TableView footer not scrolling with content -
In my app, I have a view in the footer of my table detail (tableview.tablefooterview) which is the content.
No matter what I do, push it with the addition of a cell goes . Here is the initial code:
CGF footer read = CGRactam (0, 0, 320, 200); Footerview2.frame = FooterLine; Self.tableView.backgroundColor = self.footerview.backgroundColor; Self.tableView.tableFooterView = FootView 2;
Try adding a section footer to execute the table view rep:
- (UIView *) TableView: (UITableView *) Table view viewForFooterInSation: (NSInteger) section {return footerview2; }
Comments
Post a Comment