Re: nib and xib
Re: nib and xib
- Subject: Re: nib and xib
- From: Omar Qazi <email@hidden>
- Date: Mon, 16 Jun 2008 18:51:36 -0700
On Jun 16, 2008, at 5:54 PM, William Squires wrote:
What's the difference? (assuming 'xib's aren't under NDA here...)
A xib is an XML file that is ostensibly the same thing as a NIB file.
It opens in interface builder and opens and edits just like a nib
would. When you compile your project the XML file is converted to a
nib and included in your application bundle.
The idea behind this is that source control systems like Subversion
that had problems with NIB files will work nicely with the XML files,
but the end result is the same for the developer and the user. Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >nib and xib (From: William Squires <email@hidden>) |