//选中某个row
UIView * v = [[[UIView
alloc] init]autorelease];
v.backgroundColor = [UIColor
grayColor];
cell.selectedBackgroundView = v;
时间: 2024-10-14 08:49:03
//选中某个row
UIView * v = [[[UIView
alloc] init]autorelease];
v.backgroundColor = [UIColor
grayColor];
cell.selectedBackgroundView = v;