Converting a basic Cocoa application to a document-based application

后端 未结 4 1724
萌比男神i
萌比男神i 2021-02-07 18:51

My team and I have been working on an existing, non-document-based Cocoa application. This is our first Cocoa app, although we\'ve done a number of iOS apps thus far.

Th

4条回答
  •  故里飘歌
    2021-02-07 19:28

    This is more of an opinion than a direct answer, but if you're new to the Mac side and to document-based applications, your path of least resistance would definitely be to create a new doc-based Xcode project from the template and move your relevant code over, plugging it into the template places where needed.

提交回复
热议问题