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 10, you will need to go to New -> File -> Cocoa Touch Class
Select "Also create XIB file" to get the interface, class, and XIB created in one step.