Re: Cocoa-dev Digest, Vol 5, Issue 1067
Re: Cocoa-dev Digest, Vol 5, Issue 1067
- Subject: Re: Cocoa-dev Digest, Vol 5, Issue 1067
- From: Jacob Bandes-Storch <email@hidden>
- Date: Tue, 17 Jun 2008 12:29:25 -0700
Not to mention that XIBs that have been compiled to NIBs can't be
opened in Interface Builder, meaning you can't edit the interfaces of
newer applications. It takes the fun out of it :(
On Jun 17, 2008, at 12:37 AM, email@hidden wrote:
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.
_______________________________________________
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