Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
  2.  
  3. -(void)tableView:(UITableView *)tableView willDisplayHeaderView:(UIView *)view forSection:(NSInteger)section
  4. {
  5.  
  6. UITableViewHeaderFooterView* v = (UITableViewHeaderFooterView*)view;
  7. v.backgroundView.backgroundColor = [UIColor darkGrayColor];
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement