Reputation: 1439
I'm new to Objective-C and iOS developments. I started with a basic app described in this tutorial. According to that I have to open ViewController.xib in order to create an interface. But that particular file is not opened within Xcode. What can I do to open that file or is there any alternative method (manually) to create interfaces?
I'm using Xcode 3.2.6
Upvotes: 0
Views: 523
Reputation: 46533
As you are using xcode3.2, the xib will not be opened on Xcode rather it will be in Interface Builder.
Upvotes: 1