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!
views:
395answers:
1
+1
A:
Implement tableView:viewForHeaderInSection:
in your table view delegate.
Ole Begemann
2010-01-14 10:51:46
That's good, thank so much!
hungbm06
2010-01-15 02:48:25