xcode “nib”和“xib”分别代表什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/729463/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 18:31:43  来源:igfitidea点击:

What does "nib" and "xib" stand for?

iphonexcode

提问by Thanks

I wonder why that file extension is called nibor xib.

我想知道为什么该文件扩展名被称为nibxib.

I guess that the ibin nibis Interface Builder.

我猜测,IB笔尖Interface Builder

But the n? Or the x? Any idea?

但是n?还是x?任何的想法?

回答by Anton Gogolev

nibstands for "NeXT Interface Builder", whereas xibis for "Mac OS X Interface Builder".

nib代表“NeXT Interface Builder”,而xib代表“Mac OS X Interface Builder”。

回答by Mel

I think the "n" would mean NextStep, the "x" was added to indicate the new XML based format.

我认为“n”表示 NextStep,添加“x”表示新的基于 XML 的格式。

回答by Svikruti Prajapati

  • "nib" stands for Next Interface Builder
  • "xib" stands for Xml Interface Builder.
  • “nib”代表Next Interface Builder
  • “xib”代表Xml Interface Builder

回答by lamvanduong

(N in "NextStep" Or X in "XML") + Interface Builder

(“NextStep”中的 N 或“XML”中的 X)+ Interface Builder