ios tableviewcell 设置为禁止点击

设置cell 禁止点击

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
    cell.selectionStyle = UITableViewCellSelectionStyleNone;
}

 

posted on 2015-09-01 14:06  codemaker313  阅读(3457)  评论(0编辑  收藏  举报

导航