Check out the tableView:titleForFooterInSection:
method of UITableViewDataSource
. You can return a string to be displayed below a table view section. If you're already using a UITableViewController
subclass, just implement that method and you're good to go.
Alex
2009-10-08 14:14:31