iphoneuitableviewgrouped-table

[iPhone]How to customize header of Section in grouped TableView?


To customize cell, we implement class inherit UITableViewCell. Now, to customize header of Section in grouped UITableView (same to below picture), how to do? Please guide to me!
alt text


Solution

  • Implement tableView:viewForHeaderInSection: in your table view delegate.