改变UITableViewCell按下去的颜色

UIView *bgColorView = [[UIView alloc] init];
[bgColorView setBackgroundColor:[UIColor redColor]];
[cell setSelectedBackgroundView:bgColorView];
[bgColorView release];

 

posted @ 2013-08-20 18:09  菜鸟程序猿  阅读(331)  评论(0编辑  收藏  举报