简体   繁体   English

将两个Xcode项目合并为一个

[英]Merging two Xcode projects into one

I am really stumped.... 我真的很难过...

I have got two apps and i need to merge them into one. 我有两个应用程序,需要将它们合并为一个。

how do i do this??? 我该怎么做呢???

I need a home screen, swipe left (go to one app) and (swipe right) go to the other.... 我需要一个主屏幕,向左滑动(转到一个应用程序),向右滑动(转到另一个应用程序...)

both apps are partially similar but have their own complexities about them.... so each app involves a login and uses Parse. 这两个应用程序部分相似,但是它们都有各自的复杂性。...因此,每个应用程序都需要登录并使用Parse。 (not sure if i should integrate both keys and id's and just use 1 data base or keep them separate as they are). (不知道我是否应该集成密钥和ID并仅使用1个数据库或将它们保持原样)。

I need this to be formulated from 1 app that is downloaded from the app store instead of having two apps. 我需要从1个从应用程序商店下载的应用程序中制定公式,而不要使用两个应用程序。

Please help me 请帮我

Use workspace for doing this. 使用工作区来执行此操作。 The below links will help you for that. 以下链接将为您提供帮助。

1) Xcode Workspace 1) Xcode工作区

2) Creating a Workspace 2) 创建工作区

I don't have a step by step tutorial for the exact thing you're looking to do because I would need more information on what the two apps are that you want to merge. 我没有针对您要执行的操作的分步教程,因为我需要有关要合并的两个应用程序的更多信息。 With that said, the functionality of swiping left and seeing the menu for App A and swiping right and seeing the menu for App B can be achieved by using this source code from GitHub https://github.com/SocialObjects-Software/AMSlideMenu There are two video tutorials there that walk you through how to implement it. 话虽如此,通过使用GitHub https://github.com/SocialObjects-Software/AMSlideMenu的源代码可以实现向左滑动并查看App A菜单以及向右滑动并查看App B菜单的功能。那里有两个视频教程,它们将引导您逐步实现它。

在此处输入图片说明

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

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