What's up with the .NIB -> .XIB?
What's up with the NIB->XIB change somewhere between XCode 3.0 to 3.1? Is there any difference with this name change that I should know while I go through tutorials that mention nothing but the .nib file? XIB's are very cool. they are basically an un-compiled NIB (in XML format if memory serves me) during the build process they are converted to NIB's to be deployed in the final product. Tom Dalling As I understand it, xib files are x ml n ib files. xib files are compiled into nibs when the application is built. The xib format was created because nib files don't mesh well with version control