开发者

What's the difference between a XIB and a NIB file?

What's the difference between a XIB and a NI开发者_StackOverflow中文版B file?


XIB is actually XML file. NIB is binary. So there are problems when using SVN with NIB files. So XIB replaces them.


XIB is pronounced "nib".

A XIB file is XML. A NIB file is binary.

XIBs replaced NIBs.

There really isn't a difference between how they are used, but XIBs are now the standard while developing. I believe that XIBs are translated into NIBs when the application is compiled. They are both used the same way and are both edited in Interface Builder.

For more information about what a XIB is look here.

If you need more information you can find a ton of information about this subject if you use google.


Nothing (as of now). Files with the .xib extension are pronounced "nib" files.

Check out the wikipedia article here for a more in-depth explanation.


See here

Basically:

  • XIB: Text-based XML

  • NIB: Archives, created by Xcode.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜