Re: Getting list of classes inside NSBundle
Re: Getting list of classes inside NSBundle
- Subject: Re: Getting list of classes inside NSBundle
- From: Uli Kusterer <email@hidden>
- Date: Sat, 20 Oct 2007 00:00:52 +0200
Am 19.10.2007 um 23:51 schrieb glenn andreas:
Not sure if that is as good of an idea - from the docs:
Due to the amount of uncertainty about the environment at the point
that load is invoked, you should avoid using load whenever possible.
Well, this is mitigated a lot for loadable bundles, though. There,
you're pretty much guaranteed that the app has already been loaded,
you just shouldn't use any other classes in your bundle yet. But
getting your own class object and adding it to an NSMutableArray in
the app itself is hunky-dory.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden