iphone - Multi Column header for a UITableView with Multiple Columns -
I created a UITableView with multiple columns to display a football league table. What I need now is the header for labeling each column that will sit at the top of the ideal table view. How can you do this?
You can create a custom UIView and set it as the first section heading your UITableView View it in your UITableViewDelegate table View: viewForHeaderInSection: Method You just need to design it so that it is aligned with "columns" inside your custom cells.
Comments
Post a Comment