Can not create an iPhone xib file with Xcode 6

前端 未结 4 1840
离开以前
离开以前 2020-12-15 05:36

The checkbox to create a .xib file in Xcode 6 seems to be disabled. I can not find any way to enable it again. Does anybody know if this is possible?

4条回答
  •  青春惊慌失措
    2020-12-15 05:59

    Creating xib files in xcode 6 is,

    First of all create empty project as, Go to-> File > New >Project, Then select IOS >Other > Empty then Next After that creating a xib file as, Go to->File >New> File then IOS > Cocoa Touch Class and then NEXT Then select Viewcontroller and check for the "Also create XIB file" Then Next

    This will create a empty project as well as xib file.

提交回复
热议问题