Introduction

Framework
/<Xcode>/Library/Frameworks/InterfaceBuilderKit.framework
Header file directories
/<Xcode>/Library/Frameworks/InterfaceBuilderKit.framework/Headers
Companion guide

Introduction

The Interface Builder Kit is a framework containing the classes you use to implement custom plug-ins for Interface Builder. A plug-in injects one or more custom objects into Interface Builder’s library window. From the library window, users can access your custom objects and drag them into their nib files just as they would the standard system controls. You can also use this framework to implement inspectors for manipulating your objects at runtime.

The Interface Builder Kit is part of Xcode and as such is installed with the other developer tools in your Xcode installation directory and not in the /System/Library/Frameworks directory. The default installation for Xcode is the /Developer directory.





© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-04-18)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.