Does anyone have suggestions for the best way of having the cells of the UITableView be simultaneously selectable and movable? I don't really like the whole "tap the edit button before you can move the cell; tap the edit button again before you can select the cell again" system. It strikes me as cumbersome and inelegant. The word "Edit", is also kind of weird, because by selecting the cell, you can edit its contents.
So, how can I make it so the user can move the cell if the touch it on the right side or select it if they touch it anywhere else?
So, how can I make it so the user can move the cell if the touch it on the right side or select it if they touch it anywhere else?