views:

428

answers:

2

hi

I have to change the color of sectionIdexTitle for table view??how to do this? any one knows it ??please tell me??

+1  A: 

This is not possible. You will have to use a custom view with:

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

Then you can create your own UILabel with whatever color you want.

coneybeare
through this we can change the header view color but how to change color of that side sectionIdexTitle
AlexanderDeep
A: 

The full solution is given at this link too---->>http://stackoverflow.com/questions/1518365/changing-the-color-of-titlefor-header-in-section If this does not help pease be more clear in ur question

Madhup