4
votes
Objective-C Singleton instance as a static?
I believe it is so that the variable can't be accessed from outside the file for which it is defined. Otherwise it would be globally accessible.
This enforces that a client must …
