how to change color of table view title
Posted
by madhavi
on Stack Overflow
See other posts from Stack Overflow
or by madhavi
Published on 2010-05-12T12:51:57Z
Indexed on
2010/05/12
13:04 UTC
Read the original article
Hit count: 183
iphone-sdk
|objective-c
hello, Can we change the color of the table view title the string which i am showing appears in gray color can we choose color for it .Is there any property of table view title i am not asking for table view header or footer i mean the title
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section
{
// Keep space in the following line ........ DONT REMOVE
return [NSString stringWithFormat:@"Select your service:"];
}
© Stack Overflow or respective owner