views:

27

answers:

1

Does NSUserDefaults work in logic tests or only in/on simulator/hardware?

+1  A: 

It's definitely possible to validate in unit tests that you can set and retrieve values from NSUserDefaults, if that's what you mean.

chrispix