#define DARK_BACKGROUND [UIColor colorWithRed:151.0/255.0 green:152.0/255.0 blue:155.0/255.0 alpha:1.0];
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
{
cell.backgroundColor = DARK_BACKGROUND;
}
本文出自 “Ghost霍的尛博客” 博客,请务必保留此出处http://ghost0714.blog.51cto.com/8682905/1430491
原文地址:http://ghost0714.blog.51cto.com/8682905/1430491