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
What does "nib" and "xib" stand for?
提问by Thanks
I wonder why that file extension is called nib
or xib
.
我想知道为什么该文件扩展名被称为nib
或xib
.
I guess that the ibin nibis Interface Builder
.
我猜测,IB在笔尖是Interface Builder
。
But the n
? Or the x
? Any idea?
但是n
?还是x
?任何的想法?
回答by Anton Gogolev
nib
stands for "NeXT Interface Builder", whereas xib
is 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