1

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.

Community
  • 1
  • 1
Sabarish
  • 1,184
  • 3
  • 14
  • 35
  • What's wrong with the solution at the second link you provided (connecting two storyboards)? You should only need to load the storyboard that contains the view/controller you want to instantiate, instantiate it, and then present/push it. – rickerbh Oct 31 '14 at 05:18
  • @rickerbh i tried it by changing the storyboard names as Main (which is the new project) and another as main_mage(the old project) and connected as guided but while running app it got terminated saying main_mage not found. – Sabarish Oct 31 '14 at 05:59

0 Answers0