| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
But I really do not want to create any
dependancies between the class in question and NSApp or its delegate.
Date: Wed, 30 Apr 2003 20:34:26 +0200_______________________________________________
Subject: How dangerous is +load?
From: Georg Tuparev <email@hidden>
To: email@hidden
Folks,
Here a method that works:
+(void)load
{
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(configureTestingUI:)
name: NSApplicationDidFinishLaunchingNotification
object: nil];
}
... but is dangerous because there is no guarantee that at the time the
Notification Center is loaded. But I really do not want to create any
dependancies between the class in question and NSApp or its delegate. I
have done some digging, and it seams Foundation classes are always
loaded before the classes from my framework, so in all examples the
method above did not caused any trouble. But I would prefer to replace
it. (For good or bad, +initialize is not called if no other method is
sent to the class).
Any suggestions how can I achieve the same functionality in a more
kosher way?
TIA
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.