When my tableView is not in edit mode, I don't want a user to be able to touch the cells and have them highlight. But, because I have set allowsSelectionDuringEditing to YES, users can select cells when in editing mode.
How do I only show the cell highlighted view or color ONLY when in editing mode?