I am new to iphone development.I want to change the color of the title to brown.In default it is in gray color.To display the title i am using the following method.
- (NSString *)tableViewUITableView *)tableView titleForHeaderInSectionNSInteger)section {
return @"Title";
}
I want to change the title backgound color.
please help me out.Thanks.