Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Interface Builder? What? Where?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Interface Builder? What? Where?
Authored by: nodmonkey on May 19, '03 06:22:05PM

What's this interface builder thing? I had a goosey for it at VersionTracker.com and came away empty handed. Also did a search on the computer in case it was a built-in mejobbin but no luck there either.

Anybody care to enlighten me?



[ Reply to This | # ]
Interface Builder? What? Where?
Authored by: mhorn on May 19, '03 07:43:14PM

Interface Builder is Apple's developer tool for creating Cocoa interface files which are used by Cocoa applications. These interface files end with the extension .nib. You can open these nib files and edit certain values for menus, window position, window brushed metal appearance, etc.

Interface Builder is not installed by default on Mac OS X systems. It is part of the developer tools which can be freely downloaded from Apple.

I hope this helps.



[ Reply to This | # ]