How to Call Xcode Project In Another Xcode Project…?

后端 未结 5 1304
时光取名叫无心
时光取名叫无心 2020-12-20 09:18

I have develop one iphone application and now I want to Use this application as module in another project. How can I do this?

5条回答
  •  爱一瞬间的悲伤
    2020-12-20 09:38

    Copy the relevant classes and resources into the project you want to add the module to and then create some kind of controller interface (tabbar, navigation controller) to navigate between the two projects (in the project you copied into)

提交回复
热议问题