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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -