Whilst I’m sure the idea of a Singleton for application wide variables is going to be good one, I must say that I’ve revisited this
Tag: Singleton
Moving Core Data to the Singleton
[UPDATE:] You might like to read Revisiting the Singleton to see how my opinion has changed on this. Now we’ve established the principle of using
Application Wide Variables and Helpers: The Singleton
One dilema when writing an app is where to put variables that contain the data for the application. Traditional global variables are not a good