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

  • Home
  • SEARCH
  • 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 8270959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:43:35+00:00 2026-06-08T06:43:35+00:00

I have been mapping user flow from screen to screen using the storbyboard, but

  • 0

I have been mapping user flow from screen to screen using the storbyboard, but now I have a need to programmatically redirect the user from one controller to another.

I tried to look up how to do that, but I am not finding much, partially because I am not sure how to word this correctly 🙂

I know in Android it is as simple as creating a new Intent object and telling it which other screen to go to..but how do I do this in iOS?

Thank you!

  • 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-06-08T06:43:38+00:00Added an answer on June 8, 2026 at 6:43 am

    Check out the UIStoryboard class.

    Try creating the new controller using – (id)instantiateViewControllerWithIdentifier:(NSString *)identifier from the main Storyboard.

    You can then use the new view controller as you would normally.

    [EDIT]

    LoginController *loginController = [[UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil] instantiateViewControllerWithIdentifier:@"LoginController"];
    
    [self presentModalViewController:loginController animated:YES];
    

    You need to give your LoginController the Identifier of “LoginController”.

    “MainStoryboard” is the default name for the main storyboard.

    [EDIT]
    The name of the main storyboard is listed in your plist file as “Main storyboard file base name” (UIMainStoryboardFile).

    To set the Identifier of the LoginController:
    If you are looking at the storyboard in xcode select the “Login Controller” view controller (shown under the Login Controller Scene) show the attributes inspector found in the Utilities pane (right hand side pane) and under the View Controller section you will see the Identifier field. Set this to “LoginController” – for the example above

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have been looking on some tutorials for drawing canvas using SurfaceView, but the only
Platform: C# 2.0 Using: Castle.DynamicProxy2 I have been struggling for about a week now
I have been working on getting this seat mapping chart for a while and
Have been searching how to convert a dictionary to a string. But the results
I have been tracking emails for years using a "beacon" image and for those
I have been working with SQL Server as a Developer a while. One thing
I have been using TortoiseSVN for some time and I really like it. I
I have been googling a lot about this, but I can't find a specific
I have a User object/mapping in my application. Each user has a list of
Been working with RestKit for a while now, but I am running into a

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.