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

Viewed 11821

I wonder why that file extension is called nib or xib.

I guess that the ib in nib is Interface Builder.

But the n? Or the x? Any idea?

4 Answers

nib stands for "NeXT Interface Builder", whereas xib is for "Mac OS X Interface Builder".

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

Related