Making two frameworks related but non-dependant
Making two frameworks related but non-dependant
- Subject: Making two frameworks related but non-dependant
- From: Wade Tregaskis <email@hidden>
- Date: Mon, 28 Jul 2003 16:19:06 +1000
I have two frameworks in both of which I would like to utilize the
functionality of the other, but without requiring each other's
presence. How should I go about this? I presume I should be
performing some extra steps to check if the other framework is
available [prior to using it, if at all], but I'm not sure what those
steps are. Should I try loading the other framework as a bundle, call
doesRespondToSelector:, etc, or is there a simpler/better way?
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.