设置UITableViewCell的选中高亮颜色

cell.selectionStyle

 

//无色
cell.selectionStyle = UITableViewCellSelectionStyleNone;


//蓝色
cell.selectionStyle = UITableViewCellSelectionStyleBlue;


//灰色
cell.selectionStyle = UITableViewCellSelectionStyleGray;
posted on 2012-05-15 18:12  chivas  阅读(563)  评论(0)    收藏  举报