-(NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section { }
Hi I am very new in objective c..................
Use tableView:viewForHeaderInSection: instead. That way you can configure a UILabel or whatever to your like (complete with font, transparency, color, etc), and the tableview will use that view as the header as opposed to the default view.