Skip to main content

cell.selectionStyle = UITableViewCellSelectionStyleNone; andtry this

cell.selectionStyle = UITableViewCellSelectionStyleNone; 

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];and

[cell setSelectionStyle:UITableViewCellSelectionStyleNone]; 

and you can also set selection style using interfacebuilder.

cell.selectionStyle = UITableViewCellSelectionStyleNone; and

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];

and you can also set selection style using interfacebuilder.

try this

cell.selectionStyle = UITableViewCellSelectionStyleNone; 

and

[cell setSelectionStyle:UITableViewCellSelectionStyleNone]; 

and you can also set selection style using interfacebuilder.

Source Link
v_1
  • 469
  • 7
  • 18

cell.selectionStyle = UITableViewCellSelectionStyleNone; and

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];

and you can also set selection style using interfacebuilder.