Shared Instance of a class
Shared Instance of a class
- Subject: Shared Instance of a class
- From: Mike Abdullah <email@hidden>
- Date: Fri, 19 May 2006 18:42:54 +0100
I have a custom class that I instanciate in my MainMenu nib. What I
want to do is be able to issue the command:
[MyClass sharedInstance]
and get that particular instance of the class. I know how to do this
with a class that is only instanciated once the sharedInstance
message is received, but the object pre-exists.
NSDocumentController is capable of this. Any ideas?
Mike.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden