I am using some background color for the tabelView and style is grouped. The text in the header for the sections is not clear so I need to modify the the text color so that the
- (void) tableView : (UITableView*) tableView willDisplayHeaderView : (UIView*) view forSection : (NSInteger) section{ [((UITableViewHeaderFooterView) *view).textLabel setFont:(UIFont...)]; }
and you can set the text label from the other table view delegate method.