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?
For XCode 8 and swift 3:
File -> New File -> iOS -> User Interface -> View
Name it "YourViewController.xib" and saved it.