I have several views that are called modally. View 1 calls View 2 and View 2 calls View 3
View 1 has a table view with data from a database.
View 3 could change the data that is shown on the table on View 1. So when View 3 and View 2 are release View 1 still shows the old data.
I assume there is a function that is available when a view is visible again? Can anyone please point me the right direction?
For example (void)viewDidLoad is triggered when its first loaded. How about when its re-displayed?
thank you!
Try adding this to your view: