0

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.

marty
  • 391
  • 1
  • 7
  • 15

1 Answers1

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