Re: nib and xib
Re: nib and xib
- Subject: Re: nib and xib
- From: Kevin Grant <email@hidden>
- Date: Mon, 16 Jun 2008 19:56:18 -0500
A xib is new in IB 3.0 and is "compiled" by Xcode into a 3.x NIB.
(I don't think it's possible to create a 2.x NIB this way.) You
don't have to use it unless you want to.
The idea is to make the xib your "source", as it is friendlier to
revision control (e.g. Subversion) than the binary blob that might
be present in an ordinary NIB.
Kevin G.
What's the difference? (assuming 'xib's aren't under NDA here...)
_______________________________________________
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>) |