更改Cell选中的背景,代码如下:
UIView* myview = [[UIView alloc] init];
myview.frame = CGRectMake( 0, 0, 320, 47);
myview.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed: @"0006.png"]];
cell.selectedBackgroundView = myview;
希望能帮助到你!
更改Cell选中的背景,代码如下:
UIView* myview = [[UIView alloc] init];
myview.frame = CGRectMake( 0, 0, 320, 47);
myview.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed: @"0006.png"]];
cell.selectedBackgroundView = myview;
希望能帮助到你!