cell点击之后变灰

2015-02-03 0 348
cell点击之后变灰
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
    UITableViewCell * cell = [tableView cellForRowAtIndexPath:indexPath];
    cell.selectionStyle = UITableViewCellSelectionStyleNone;// 这句话写了就ok了
}

遇见资源网 objective-c cell点击之后变灰 http://www.ox520.com/16102.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务