I am making an app where in if I tap on a cell of a table, I get navigated to another view. I am posting some data on that page but when I tap on the back button, the records are not updated. I understand it is because, I get the same view from the navigation controller. Can you suggest me a way to reload the data content in this case
Share
In viewWillAppear:animated:, try this: