Reputation: 143
This is probably an easy question. I am just starting to use Xcode 5.0 and can't find the .xib (interface builder) file when I create a new iOS application for Ipad. I am very new at this and have looked it up. I have found that maybe the Main.Storyboard is it but can't be sure.
Any suggestions?
Sorry if this is too easy of a question.
Upvotes: 0
Views: 1041
Reputation: 13753
Storyboards have "replaced" xibs.
You can still use xibs in your project, but by default storyboards are used.
Upvotes: 1