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.
If I'm making a utility app for iPhone, should the flipside info be stored in the AppDelegate class?
Asked
Active
Viewed 39 times
1 Answers
1
You should be using NSUserDefaults
, for the standard types of utility apps as described in Apple's Human Interface Guidelines.

Paul Lynch
- 19,769
- 4
- 37
- 41