标签:
//设置 cell点击 背景色
cell.selectionStyle = UITableViewCellSelectionStyleDefault;
cell.selectedBackgroundView = [[UIView alloc] init];
cell.selectedBackgroundView.backgroundColor = COLOR_RGB(8, 36, 69);
标签:
原文地址:http://www.cnblogs.com/iOS-mt/p/5502163.html