I have two Projects(Two apps)named A,B which was created seperately,Now i want to make this into one app,Is it Possible?
Example In this app it should launch with A(viewcontroller in Project A) as view and do some actions then by button tap or something like that i have go to B(viewcontroller in Project B)as View and do actions then i have to back to some view of A.want to go different views in both the projects then i want to relate and pass data between two project class files.
NOTE: Both the projects have 5 storyboards & 100 class files each. Both are not a libraries.
I have gone through with workspace concept but can't get a clear idea.