My problem here is not knowing how to utilize the edit button in a UIToolbar correctly.
Basically, I have 3 VC the first 2 are inherited from the Navigation VC and then I added a third.
The first VC displays an empty TableView until you add cells to it through the UIToolbar. You then click on a cell it pushes to the second VC which displays information about that cell (think of it as a list of friends and the second VC displays the friends name and email). Now here comes my problem, I'm not sure how to properly use the edit button on the UIToolbar to edit the information on the second VC.
So I want to switch from the second VC to temporarily display another VC like you would in the iOS contacts app and then go back with the VC updated and displaying the info that was just entered on the Edit VC.
Im not asking for solution code just for guidance, I'm currently a student on break and trying to make something to keep me busy and occupied.
Thanks in advance to anyone who replies.