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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:21:22+00:00 2026-06-05T09:21:22+00:00

I am trying to push a simple view onto my current view but it

  • 0

I am trying to push a simple view onto my current view but it doesn’t seem to work.

In my app delegate I did:

self.window.backgroundColor = [UIColor whiteColor];
__firstVC = [[FirstPageViewController alloc]initWithNibName:nil bundle:nil];
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:__firstVC];
[self.window addSubview:[navController view]];
[self.window makeKeyAndVisible]; Return YES;

and then in my first view controller:

SecondPageViewController *secondView = [[SecondPageViewController alloc] init];
    [secondView setTitle:@"What do you want?"];
    [self.navigationController pushViewController:secondView animated:YES];

but nothing seems to happen. I put a nslog statement in the init of secondviewcontroller and I can see that, but no view. Can someone help?

  • 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-05T09:21:23+00:00Added an answer on June 5, 2026 at 9:21 am

    Your navigation controller has no owner. When you reach the end of your didFinishLaunchingWithOptions method in the app delegate, the navigation controller will be deallocated. Instead of adding its view to the window, set it as the root view controller:

    self.window.rootViewController = navController;
    

    EDIT: I guess the statement above may not be true depending on whether or not your using ARC. Without ARC you’d simply be leaking the nav controller which would probably be fine since you’ll be using it throughout the life of the app.

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

Sidebar

Related Questions

I have a simple camera app I'm trying to push to my phone, but
I am trying to push a self-hosted server repository to Git using Git extensions.
I've got weird problem. I'm trying to write simple game in C++, but I
I am trying to do something very simple: create a new branch. But I
Hello i'm trying to make a simple ios app with tabs and navigation .
i'm trying to recreate the MVC model of their simple example but i'm having
I am trying to just do a simple view change for proof of concept.
Im trying to make a simple app (just for learning sake) that will be
I am trying to do a sample project on the Apple the push notification.
Im trying push some data into a CRM system via an XML import. I

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.