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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:23:10+00:00 2026-05-27T15:23:10+00:00

I am a little confused about the management for UINavigationController to ModelView. I am

  • 0

I am a little confused about the management for UINavigationController to ModelView. I am having an UINavigationController in the RootView, and I want to popup another modelView from bottom to up based on RootView and in the meanwhile keep the NavigationController stays in the modelView so that I could still navigate to the next. How to implement that?

  • 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-27T15:23:10+00:00Added an answer on May 27, 2026 at 3:23 pm

    you can create your navigation controller in the RootView. Suppose you want to display modal view on button click in RootView :

    - (IBAction) showModalView
    {
            YourModalView * aYourModalView = [[YourModalView alloc] initWithNibName:@"YourModalView" bundle:nil];
            UINavigationController *navigation = [[UINavigationController alloc] initWithRootViewController:aYourModalView];
            aYourModalView.navigationController.navigationBar.hidden = YES ;
    
            [self.navigationController presentModalViewController:navigation animated:YES];
            [aYourModalView release];
    }
    

    Now, your modal view has navigation controller and you can push VCs from modal view using :

    [self.navigationController pushViewController:aViewController animated:YES];
    

    Hope it helps you…

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

Sidebar

Related Questions

Still a little confused about Objective-C memory management. I think my confusion stems from
So I'm a little confused about Qt's memory management. I was looking at the
I am little confused about Java frameworks (I am coming from .NET). Do you
I'm a little confused about raising an event in Objective-C, I came from C#
I'm a little confused about when I wouldn't want to use the DistinctRootEntityResultTransformer as
Little confused about the message from Analyze command in Xcode 4.2. It complains about
I'm a little confused about the principles of autoreleasing objects from custom init methods.
I am a little confused about the session management in PHP. A lot of
At the moment I'm a little bit confused about the lifecycle management in Android.
I am a little confused about how can I read each argument from the

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.