Removing a view using POP method

Hi,

• Im having some items in PAGE1

  • while clicking on item edit, PAGE1 is pushed to PAGE2 using Nav-Controller Push Method.
  • In PAGE2 im editing some values and updating data which is shown in PAGE1 and it is getting updated.
    -After the updation im going back to PAGE1 using Nav-Controller Pop Method.

My issue is that the updated data is not showing in PAGE1 it is showing the previous State of the Page1,is there any way to Refresh the state of PAGE1 or am i doing this in the wrong way,Kindly Help

I’m going to go with “doing this the wrong way”. Please post code showing how page2 manages to update things that are shown in page1.