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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:16:33+00:00 2026-05-27T05:16:33+00:00

How to use NavigationController in iPad using Interface Builder for Xcode 3.2? Is this

  • 0

How to use NavigationController in iPad using Interface Builder for Xcode 3.2?
Is this possible to do?

  • 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-27T05:16:34+00:00Added an answer on May 27, 2026 at 5:16 am

    Yes it is possible to use Navigation Controller in iPad. You have to follow the same steps that you would follow in iPhone programming. Drag and drop a navigation controller from the Obj Lib into Your XIB file. Connect it to the appropriate IBOutlet. Set the Root View Controller. And show your navigation controller’s view. See the following example.

    I have dragged and dropped the Navigation Controller in my MainWindow.xib. I have connected it to an IBOutlet in my app delegate. I have created a RootViewController. in the xib, I have set the Class name of the view Controller of the Navigation Controller to RootViewController. (You can see this if you disclose the Navigation Controller in IB). And then in

     -(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions(NSDictionary *)launchOptions {    
        [self.window addSubview:navController.view];
    
        [self.window makeKeyAndVisible];
        return YES;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use the NavigationController's toolbar in my app. This toolbar's toolbarItems
i use this code to go to a new nib . [self.navigationController pushViewController:statuttableview animated:YES];
I am writing an app for iPad. In this app I have to use
How should I go about creating a NavigationController for use in a view-based application?
use this website a lot but first time posting. My program creates a number
I'm tinkering with an iPad app that (like many iPad apps) doesn't use the
Right now when I use [self.navigationController setNavigationBarHidden:NO animated:YES]; The navigation bar flies in from
When/why/how would you use these methods? - navigationController:willShowViewController:animated: – navigationController:didShowViewController:animated: Can't you just use
I am quite puzzled why this warning pops up. I use the same procedure
I have the following error. 'indexPath' undeclared (first use in this function) . Code

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.