0

im using a table with custom reorder able cells , when setting the cell to editing mode a 3 lines icon appears on the right of the cell. i need the cell to be order able without displaying the default "dragging" icon;

1 Answers1

4

To hide the reordering icon, set showsReorderControl to NO on your UITableViewCell. If you want reordering to work, you'll have to implement something.

If instead you want to change the reorder icon to something else, see this SO answer.

Community
  • 1
  • 1
Fls'Zen
  • 4,594
  • 1
  • 29
  • 37