简体   繁体   中英

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. (not sure if i should integrate both keys and id's and just use 1 data base or keep them separate as they are).

I need this to be formulated from 1 app that is downloaded from the app store instead of having two apps.

Please help me

Use workspace for doing this. The below links will help you for that.

1) Xcode Workspace

2) Creating a Workspace

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.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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