- UIView *myview = [[UIView alloc] init];
- myview.frame = CGRectMake(0, 0, 320, 47);
- myview.backgroundColor = [UIColorcolorWithPatternImage:[UIImage imageNamed:@"0006.png"]];
- cell.selectedBackgroundView = myview;:
更改cell选中的背景
原文:http://www.cnblogs.com/lxh123/p/5714311.html