bergetun: would you have an example of what the code looks like where you build the new header view?
Thanks.
Quote:
Originally Posted by bergetun
aha. My fault.
Thank you very much.
For future reference to anyone else having the same problem.
If you want to change font or font color of the section title you to replace the default view with your own.
- (UIView *)tableView  UITableView *)tableView viewForHeaderInSection  NSInteger) section
{
return self.myHeaderView2;
}
|