Re: Strategy for using common classes in multiple Cocoa
Re: Strategy for using common classes in multiple Cocoa
- Subject: Re: Strategy for using common classes in multiple Cocoa
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 22 May 2005 11:17:10 -0700
On May 21, 2005, at 11:58 PM, Gerriet M. Denkmann wrote:
Is there a way to have three bundles: one with the common
MyBaseClass? And each bundle would check whether the base-bundle
has already been loaded and if not load it?
Check for the existence of the common bundle using
+bundleWithIdentifier:?
Or simply invoke +bundleWithPath: (the common bundle will be loaded
if it hasn't already been).
mmalc
_______________________________________________
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