Hi
I have created a tab based application....
On tab 2 I have my settings. This includes selecting a picture shown on page 1.
When a new picture is selected on tab 2 I saved it in the nsdefaults.
When I go back to tab 1 I need this viewcontroller to load the new picture and put it in a Imageview.
How is this done the best. I cannot used Viewdidload or wievdidapper, as they are not "fired" going back to the view controller...
I have also tried to change the image in the Imageview from tab2 without any luck...
What do I do ?
I have created a tab based application....
On tab 2 I have my settings. This includes selecting a picture shown on page 1.
When a new picture is selected on tab 2 I saved it in the nsdefaults.
When I go back to tab 1 I need this viewcontroller to load the new picture and put it in a Imageview.
How is this done the best. I cannot used Viewdidload or wievdidapper, as they are not "fired" going back to the view controller...
I have also tried to change the image in the Imageview from tab2 without any luck...
What do I do ?