设立UITableViewCell的选中高亮颜色

设置UITableViewCell的选中高亮颜色cell.selectedBackgroundView [[[UIView alloc] initWithFrame:cell.

设置UITableViewCell的选中高亮颜色
cell.selectedBackgroundView = [[[UIView alloc] initWithFrame:cell.frame] autorelease];
       
cell.selectedBackgroundView.backgroundColor = [UIColor xxxxxx];