How to add new xib files

后端 未结 5 1324
别跟我提以往
别跟我提以往 2021-02-02 06:18

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?

5条回答
  •  温柔的废话
    2021-02-02 06:49

    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.

提交回复
热议问题