Skip to content

Instantly share code, notes, and snippets.

@myaaaaa-chan
Created May 10, 2013 08:26
Show Gist options
  • Select an option

  • Save myaaaaa-chan/5553165 to your computer and use it in GitHub Desktop.

Select an option

Save myaaaaa-chan/5553165 to your computer and use it in GitHub Desktop.
UITableViewCellの背景色を変える ref: http://qiita.com/items/f13ef0d2266d1cf6c812
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
{
cell.backgroundColor = UIColor colorWithHue:0.61 saturation:0.09 brightness:0.99 alpha:1.0];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment