Created
May 10, 2013 08:26
-
-
Save myaaaaa-chan/5553165 to your computer and use it in GitHub Desktop.
UITableViewCellの背景色を変える ref: http://qiita.com/items/f13ef0d2266d1cf6c812
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - (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