Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

satyam90

macrumors regular
Original poster
Jul 30, 2007
242
0
Bangalore, India
Hi, I am developing application with different modules. I want to create library for each module and link to the application at runtime whenever necessary and detatch it when not used. Clearly saying, I want each NIB to be made a library so that all nib's will not be loaded initially. When ever user needs it, it must be loaded.
I want to create something like DLL's in windows(C#). How can we achieve this?

Regards,
satyam.
 
First off, you don't need a library to accomplish this. Just use separate nibs in the app, and load them explicitly via -loadNibNamed:eek:wner: or NSWindowController. If you do still want something like a DLL though, check out frameworks and/or bundles.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.