- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 
{ 
    UITableViewCell * cell = [tableView cellForRowAtIndexPath:indexPath]; 
    cell.selectionStyle = UITableViewCellSelectionStyleNone; 
} 
在这个函数里写上cell.selectionStyle = UITableViewCellSelectionStyleNone;就ok了

评论关闭
IT虾米网

微信公众号号:IT虾米 (左侧二维码扫一扫)欢迎添加!