I have to develop an app with multiple screens. I have automatically generated xib file, but for my other screen I need another xib file. How do I create another xib file?
In XCode 4:
To create a standalone user interface (XIB):
File -> New File -> iOS -> User Interface
Then choose:
To create a new UIViewController class with a user interface:
File -> New File -> iOS -> Cocoa Touch -> UIViewController subclass -> Click Next
Then, name the new view controller class and select "With XIB for user interface."