Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7659093
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:17:13+00:00 2026-05-31T13:17:13+00:00

Me and other people work in the same project, but separately. Imagine that the

  • 0

Me and other people work in the same project, but separately. Imagine that the first person creates a Storyboard project with a UITableViewController. The second one wants to include the previous element in his own Storyboard project. How can I connect these two Storyboard projects?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:17:13+00:00Added an answer on May 31, 2026 at 1:17 pm

    I have one solution: simply create a property or variable as appropriate. For example:

        @property (strong, nonatomic) UIStoryboard * storyboard1;
        @property (strong, nonatomic) UIStoryboard * storyboard2;
    
        .....
    
        .m
        -(void)initMyStoryboards{
           storyboard1 = [UIStoryboard storyboardWithName:@"storyboard1" bundle:nil];
           storyboard2 = [UIStoryboard storyboardWithName:@"storyboard2" bundle:nil];
        }
    
        -(void)launchViewFromS1{
             //use view in storyboard1
             MyViewController1 *myViewController = [self.storyboard1 instantiateViewControllerWithIdentifier:@"MainView"];
             ....
        }
    
        -(void)launchViewFromS2{
            //use view in storyboard2
            MyViewController2 *myViewController2 = [self.storyboard2 instantiateViewControllerWithIdentifier:@"OtherView"];
            ....
        }
    

    other exemple:

    -(void)launchMyView{
        UIStoryboard * storyboard = [UIStoryboard storyboardWithName:@"storyboard1" bundle:nil];
        ViewController1 *myViewController =[storyboard instantiateViewControllerWithIdentifier:@"MainView"];
        ....
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've found a few other people asking this question, but the answers for their
When working on a project with several other people it's common to have several
I have the following problem that other people must have encountered. I am working
I've noticed that both of these work the same: if x not in list
I have one Android project that crashes when it is deployed. Other projects in
I've a same project that need to be compiled with .NET and Compact .NET
I am using Vista, but most of the other developers working on the same
I work off a server along with a number of other people, who, because
I originally was using Mustache.js but found that it does not work well for
(I'm using VB6 but I imagine this comes up in most other languages.) I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.