I have a TableView that I want to change to a different view (View1) for editing the data for that row when editing is true. When editing is not true I use the didSelectRowAtIndexPath to change to a different view(View2) loading the information from the selected row.
An example of this is if you go to the built in clock select alarm, select edit then select an alarm(assuming you have at least one) you are then taken to the edit alarm screen but only if you are in edit.
So my question is how do I replicate this functionality while in edit.