I added few rows to the tableview and started editing one of the rows (which are inserted in the tableview), while this row is in edit mode, if I perform some action on a button (which is in different view), I would like to save the contents of the previous row and bring the new row into edit mode.
Any pointers to implement the same.