读书人

设立UITableViewCell的选中高亮颜色

发布时间: 2012-08-28 12:37:01 作者: rapoo

设置UITableViewCell的选中高亮颜色
cell.selectedBackgroundView = [[[UIView alloc] initWithFrame:cell.frame] autorelease];

cell.selectedBackgroundView.backgroundColor = [UIColor xxxxxx];

读书人网 >移动开发

热点推荐