Possible Duplicate:
What's up with the .NIB -> .XIB?
I want to know what is difference between xib and nib,I know some thing like xib = xml interface builder and nib is next interface builder,but I am not clear with difference between both ,please help me for it.
Thanks in advance.
A Xib is more or less an XML document, it is the uncompiled read/write version of a nib. Once you compile a xib it becomes a nib.