I don't really like using plists (I know I should get used to it, but I haven't yet). Is that what the app delegate can be used for, getting info between the two? Thanks.
views:
11answers:
1
Q:
If I'm making a utility app for iPhone, should the flipside info be stored in the AppDelegate class?
+1
A:
You should be using NSUserDefaults
, for the standard types of utility apps as described in Apple's Human Interface Guidelines.
Paul Lynch
2010-05-28 06:44:39