标签:ios ios开发
//选中某个row
UIView * v = [[[UIView alloc] init]autorelease];
v.backgroundColor = [UIColor grayColor];
cell.selectedBackgroundView = v;
cell.selectedBackgroundView
原文地址:http://blog.csdn.net/longshiqing14/article/details/45223703