Hi there, Simple question : I've got an iPhone app with 2 views with each a separated xib files. one view holds the settings of the app one view holds the app using the settings made in previous view.
How should I implement the sharing of setup parameters between the 2 views ? should I manage those parameters in the app delegate ?