When and where should I add a view to a UITableView's footer?

Posted by camelCase on Stack Overflow See other posts from Stack Overflow or by camelCase
Published on 2010-03-24T21:33:33Z Indexed on 2010/03/24 21:43 UTC
Read the original article Hit count: 232

Filed under:
|
|

I am populating a UITableViewController's UITableView through code only. At the bottom of the table I wish to position a button that scrolls into view as the user scrolls to the bottom of the table.

When in the UITableViewController life cycle should I populate the table footer with a button? viewDidLoad?

p.s. I wish to avoid using section footers in the UITableView.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview