简体   繁体   English

将两个项目合并为一个

[英]Merge two projects into a single one

I have two different projects with some of the files(xibs,.h,.m)same names but a differnt bit of code.Not entirely different. 我有two different projects ,其中一些文件(xibs,.h,.m)的名称相同,但是代码却有所不同。 I would like to use the functionality of second project in first project .I have gone through google but couldn't find what's the way to merge two projects instead of copy paste the whole code needed.The concept is when a button in first project is clicked then it has to redirect to second project's some view .How can I make it possible.?How in ios is maintaining two packages in same project like in android? I would like to use the functionality of second project in first project 。我已经遍历谷歌,但找不到合并两个项目的方式,而不是复制粘贴所需的全部代码。概念是when a button in first project is clicked then it has to redirect to second project's some view我该如何实现?在ios中如何像android一样在同一个项目中维护两个包? Any Ideas/suggestions would be highly appreciable.... 任何想法/建议都将是高度赞赏的。

您应该将一个项目文件复制到另一个项目,这就是您的解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM