hi
I have to change the color of sectionIdexTitle for table view??how to do this? any one knows it ??please tell me??
hi
I have to change the color of sectionIdexTitle for table view??how to do this? any one knows it ??please tell me??
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.
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