Connecting / Linking CIB files to a regular application template in cappuccino

155 Views Asked by At

I'm new to cappuccino framework and I would like to know if there is any way i can link a regular application template to cib files. Let's say i just generated an application using the application template and i would like to re-use some cib files from other application how can i link them to my code files?

1

There are 1 best solutions below

2
Me1000 On BEST ANSWER

Just copy the cibs into the app directory.

If you want a mainmenu.cib add the following key/value to your info.plist for your app...

<key>Main cib file base name</key>
<string>MainMenu.cib</string>

Otherwise you can just load views and windows through a view/window controller...