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
2010-04-09 12:48:10