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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:03:47+00:00 2026-05-27T04:03:47+00:00

Newbie question for iOS — I’m really confused with how navigation view works in

  • 0

Newbie question for iOS — I’m really confused with how navigation view works in a tabview.

Right now I have a tabview that has 2 views. In the second tab I have a button. When the button is clicked I’d like a new window to show up with some information, and the new window needs a Back button on top that goes back to the second tab.

I followed some tutorials and put a NavigationController in secondTab.xib, added the line

@property (nonatomic, retain) IBOutlet UINavigationController *navController; 

to secondTab.h, and

NewWindowController *newWindow = [[NewWindowController alloc] initWithNibName:@"NewWindowController" bundle: nil];
[self.navController pushViewController:newWindow animated:YES];
NSLog(@"clicked");

to my button implementation for -(IBAction) click: (id)sender

When I clicked the button in my second tab, the log shows “clicked” but my view is not changing.

Is there some setting I need to change for File’s Owner/Navigation Controller outlets/referencing outlets etc…?

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-27T04:03:47+00:00Added an answer on May 27, 2026 at 4:03 am

    You don’t want a property for the UINavigationController, you want to push onto the current navigation controller like so:

    NewWindowController *newWindow = [[NewWindowController alloc] initWithNibName:@"NewWindowController" bundle: nil];
    [self.navigationController pushViewController:newWindow animated:YES];
    NSLog(@"clicked");
    

    When a UIViewController is associated with a UINavigationController (i.e. it’s part of a navigation controller hierarchy) then its navigationController property will be set, so you can access it like I’ve shown.

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

Sidebar

Related Questions

Newbie question. I have a NSMutableArray that holds multiple objects (objects that stores Bezier
Newbie question. I have Django models that look like this: class Video(models.Model): uploaded_by =
I'm newbie in iOS development and I have a question. I have a some
this is really a newbie question, but it would help me to have a
Newbie Question. I have a UIWebView that I push HTML code into. In the
Newbie question... I have a working console app that uses a shared unit I
newbie question I have a multiselect box that i populate with some ajax and
iOS newbie question here. I have a UITabBarController as my root controller with a
This may sound a newbie question however I'm new to iOS dev. Are there
I'm a newbie at iOS development and this is my first question on SO.

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.