I have an xcode project which is integrated into a new xcode project. Now the new xcode project has a storyboard where am adding view controllers that should be linked to the added xcode project. In simple words from the new app ( from new xcode project) i have to access the old app (the older xcode project) screens. Is it possible?
I had referred Adding xcode Project into another xcode project and this link connecting two storyboards
Could anyone suggest any ideas.