- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewCell *cell = [[UITableViewCell alloc]initWithFrame:CGRectMake(0, 0, 320, 30)]; cell.resultTableContent.highlightedTextColor = [UIColor blackColor]; //选中后的 颜色设置 cell.resultBackgroudImg.highlightedImage = [UIImage imageNamed:@"mainbtnbg1.png"]; //选中后的 背景图片设置 //不可选 cell2.selectionStyle = UITableViewCellSelectionStyleNone; }
cellForRowAtIndexPath UITableViewCell 选中后的背景颜色设置
最新推荐文章于 2016-11-12 14:02:00 发布