I’m writing my first Cocoa app.
For now, every time I need the NSUserDefaults, I’m initialising an object of the class and use it in the local scope.
This is a bit tedious. so I’m wondering where I should put the NSUserDefaults declaration and initialisation so that it might be available for all my Application Delegate methods?
You should simply be using this singleton when trying to use user defaults