The title pretty much sums it up, when reading data stored in the NSUserDefaults for an iphone app, are there any performance considerations that need to be made?
Is there anything I’m misssing, or is reading from NSUserDefaults trivial, and can be abused to a developer’s heart desire?
As far as the documentation says it’s pretty safe to use it as long as you avoid calling the
synchronizetoo often. You can read more details about it here.