更改cell选中的背景

  1. UIView *myview = [[UIView alloc] init]; 
  2.    myview.frame = CGRectMake(0, 0, 320, 47); 
  3.    myview.backgroundColor = [UIColorcolorWithPatternImage:[UIImage imageNamed:@"0006.png"]]; 
  4.    cell.selectedBackgroundView = myview;:  
posted @ 2016-07-28 12:03  李小辉—  阅读(126)  评论(0编辑  收藏  举报