how to change the background color of header in UITableView
. But it should only for on showing headers.
I implemented the following delegate
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
}
But it gets applied for all the rows.like i have A and its content then E and its content.But there is a long gap between A and E.