views:

44

answers:

1

When I have a table view with some sections which have their own headers and footers, could that table view also have it's very own header and footer with a customized look/content?

+3  A: 

Yes, it can. See UITableView's tableHeaderView and tableFooterView properties.

Vladimir