cell.selectionStyle = UITableViewCellSelectionStyleNone; andtry this
cell.selectionStyle = UITableViewCellSelectionStyleNone; [cell setSelectionStyle:UITableViewCellSelectionStyleNone];and
[cell setSelectionStyle:UITableViewCellSelectionStyleNone]; and you can also set selection style using interfacebuilder.