首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

设立UITableViewCell的选中高亮颜色

2012-08-28 
设置UITableViewCell的选中高亮颜色cell.selectedBackgroundView [[[UIView alloc] initWithFrame:cell.

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

热点排行