How to add new xib files

后端 未结 5 1333
别跟我提以往
别跟我提以往 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:53

    For XCode 8 and swift 3:

    File -> New File -> iOS -> User Interface -> View

    Name it "YourViewController.xib" and saved it.

提交回复
热议问题