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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -