Chintan Maddy Ramani 

Results 1 comments of Chintan Maddy Ramani 

Please check attached screenshot. i've just download sourcecode and set section header. -(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *v = [[UIView alloc]initWithFrame:CGRectMake(0, 0, tableView.frame.size.width, 50)]; [v setBackgroundColor:[UIColor redColor]]; return v;...