Found 1 record for the .XIB file extension name
file extension XIB - Apple Interface Builder file
File extension XIB description:
Interface Builder file - an application interface created with Interface Builder which is a graphical editor for designing and testing user interfaces. It is saved in a text-based flat-file format - introduced in Interface Builder 3.0.
.XIB files are also called "development-time format" files. The previous versions of Interface Builder saved files in a "deployment format" with a .NIB extension. Interface Builder 3 and later (included with Apple Xcode) can save files in both the XIB and NIB formats.
Associated applications to file extension XIB:
Company / developer:
Apple, Inc.
Interface Builder is an application for designing and testing user interfaces. Developers can use Interface Builder to create user interfaces that follow the Mac OS X human-interface guidelines by dragging user-interface elements from a palette of predefined controls and dropping them into the window or view they are configuring. Interface Builder works closely with Xcode to provide a development experience that facilitates the concurrent but specialized development of an application's user interface and business logic.
Interface Builder is Apple's graphical editor for designing user interface components for both Carbon and Cocoa applications. Interface Builder makes creating an application's user interface easier by allowing developers to use its graphical editing environment to manage virtually every aspect of creating a well designed user interface that adheres to the Aqua user interface guidelines.
Interface Builder stores user interface resources in "nib" files. Nib files are a statically stored representation of the set of interface objects used by the application and their relationships which can be efficiently brought into memory when needed, reducing development time and making it easier to localize an application for different markets.
Key Interface Builder Features
- Helps you design Aqua-compliant user interfaces with the "Snap to Aqua Guidelines" feature
- Creates both Cocoa nibs and Carbon nibs
- Simplifies usage of CarbonEvents by allowing you to associate command/control IDs with your controls/menu items directly in Interface Builder
- A key part of the Cocoa application development process - lets you subclass, connect objects, and establish default values, helping your application require less code
- "Test Interface" mode lets you try your UI without writing any code
- Spell Checks your UI text as you go

