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. crappy

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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -