I’ve a UITableView with multiple-selection throughout modifying. The UITableViewCells haven’t any Accent or EditingAccessory configured within the Storyboard.
Once I choose a row and enter Edit mode, the rows all get a brand new circle icon on the left, with the row content material shifted to the correct. That is some type of checkbox choice indictor by the appears to be like.
I can not discover any technique to suppress this. I do not desire a choice indicator on the left, and particularly don’t desire the content material shifted proper.
editingStyleForRowAt returns .none
accessoryType is about to .none
What’s inflicting this indicator to look, and the way can I suppress it?