Sharing parameters between setting view and application view
Posted
by Tibi
on Stack Overflow
See other posts from Stack Overflow
or by Tibi
Published on 2010-05-07T10:07:05Z
Indexed on
2010/05/07
10:08 UTC
Read the original article
Hit count: 180
iphone
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 ?
© Stack Overflow or respective owner