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 7967757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T06:58:23+00:00 2026-06-04T06:58:23+00:00

My application setup is like this: I have a navigation controller (create in the

  • 0

My application setup is like this:
I have a navigation controller (create in the app delegate)
View 1 –Push—>View2—Push—>View3 —Modal transit (slide up) —>View4 —>Push–>View5

What I want to do is to create a new navigation controller in View4 so that I can push to another view from view5

I didn’t have experience of creating navigation controller in view other than root view controller.

Can someone give me some guide or instructions for how to implement it?

  • 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-04T06:58:24+00:00Added an answer on June 4, 2026 at 6:58 am

    Here is how I did it.

    + (UIViewController *)viewControllerWithNavigation
    {
        id controller = [[**YOUR VIEW CONTROLLER** alloc] initWithNibName:**FOO** bundle:**BAR**];
    
        UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:controller];
    
        [controller release];
        return [navController autorelease];
    }
    

    I present this view over the root view controller using:

    UIViewController *controller = [**YOUR VIEW CONTROLLER** viewControllerWithNavigation];
    [self.window.rootViewController presentViewController:controller animated:YES completion:NULL];
    

    You, of course, can present t over any view you want

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

Sidebar

Related Questions

I have an application that creates a new app domain like this: private static
I have a Navigation application that has a view controller in it.. I am
I have a three-level multi-nested form in Rails. The setup is like this: Projects
I have data setup like this.. Transaction   -Name   -ID   -Amount   -Tags <-- Array of
I have created the setup of a Windows Forms application. After installing this setup
In my mvc3 application, I have things setup like: 1. repositories for each entity
We have a cloud setup like this: User Request -> Perlbal (SSL unwrapping) ->
I'm writing a complex setup/installer application in native C++/MFC. I would very much like
Hi I have a setup project in my application.Setup includes 5 files (a.txt,b.doc etc.)
All, I have my application setup so that i can use a specific username

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.