I need to set
cell.selectionStyle = UITableViewCellSelectionStyleNone;
in my tableview.I can check multiple cells to delete the rows.While doing this the default image(circle with tickmark) to selection at left is not getting displayed.Its working fine when I am setting selection styles to
` UITableViewCellSelectionStyleBlue
UITableViewCellSelectionStyleGray
UITableViewCellSelectionStyleDefault`
My question is there any way to display selection button when selection style is none in tableview ?