I want to create a new nib file in the xcode 3.0 , but I found that I can create the xib file only , why ?
Ok , I found the method to convert a xib files to nib . because a backward compatibility issue with the project, so I have to do it .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Interface Builder Save As… dialog, you can choose to save as a Xib or a Nib. However, a xib file can do anything a nib can and more. In fact, xibs are compiled to nibs when your app is built. So unless it’s a backward compatibility issue with the project, you might want to consider xib.