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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:46:50+00:00 2026-05-16T03:46:50+00:00

HI, everyone, I want to ask a question about the iPhone application. I am

  • 0

HI, everyone,

I want to ask a question about the iPhone application. I am writing a program. The program will ask the user the enter some information and press enter, after that the program will process and get some information, then the program will display the tab page with 3 tabs.

However, I don’t know how to switch the page after the user enter the information, I have write the following code.

- (void)applicationDidFinishLaunching:(UIApplication *)application {    

    [window addSubview: tabBarController.view]; // add the tab page to the view controller

    MyViewController *aViewController = [[MyViewController alloc] initWithNibName:nil bundle:[NSBundle mainBundle]];
    [self setMyViewController:aViewController];
    [aViewController release];

    UIView *controllersView = [myViewController view];
    [window addSubview:controllersView];  // add the first page to the windows in order to let the user enter info.
    [controllersView release];

    // Override point for customization after application launch
    [window makeKeyAndVisible];
}

If I add the tabBarController first, the controllersView will not appear, if I change the seuqence, it don’t know how to make the controllersView disappear to let the tabBarController appears.

And the process is done in the MyViewController.m. Can I

1) remove the controllersView in the MyViewController.m after I complete all the process and

2) display the tabBarController.view ?

Thank you very much.

  • 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-16T03:46:50+00:00Added an answer on May 16, 2026 at 3:46 am

    You need to use a UINavigationController as the root view-controller for your window. You can then push the first UIViewController (MyViewController) on as the top view.

    • (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated

    When its time for the tab view to appear push it onto the Navigation Controllers stack. To get back to your top view pop the ViewController off the stack

    [self.navigationController popViewControllerAnimated:YES];

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

Sidebar

Related Questions

HI, everyone, I want to ask a question about the iPhone application. I want
Hello everyone I want to ask a question about including guards in C programming.
Hello every one I want to ask a question about file transfer using sockets.
I want to ask a question about how you would approach a simple object-oriented
hello every one I want to ask a question about forking here is the
Hello every one I want to ask a question that what is simple exec
Hiii Everyone i m developing a Photo Collage App in iPhone and i want
Hello everyone I want to ask how to publish a MVC3 project on IIS
Hey everyone, I want to learn how to develop iPhone apps, I heard that
Hello every one I want to ask that I am very very confused about

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.