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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:14:48+00:00 2026-05-15T02:14:48+00:00

I am writing an app that does not utilize a navigationController – there is

  • 0

I am writing an app that does not utilize a navigationController – there is only one area that requires a UITable.

However, now I am hitting a roadblock when I go to load in that (table) view, with a method such as:

searchViewController = [[SearchViewController alloc] 
                            initWithNibName:@"SearchViewController" bundle:nil];
    [self.view addSubview:searchViewController.view];

Do I need to load the method (below) into my AppDelegate?

UINavigationController *navigationController;

And then, once I do that, can I call that TableView in the same way? Or do I need to use another method, such as the one below:

[window addSubview:[navigationController view]];

Any help is appreciated!

  • 1 1 Answer
  • 2 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-15T02:14:50+00:00Added an answer on May 15, 2026 at 2:14 am

    If you are trying to add a navigation controller to your project, add it to your app delegate header file.

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

    Then in your implemplentation file you would add:

    [window addSubview:[navigationController view]];
    

    the “view” is being called from the MainWindow.xib file so you will need to add a navigation controller object to that nib and hook it up to the view you are wanting to fist load.

    Of course don’t forget to use

    @synthesize navigationController;
    

    and release it when dealloc is called.

    [navigationController release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm writing an app that needs a calculation support (Fun project). However, is there
I am writing a status item app that does not have an NSWindow. I
I'm developing an app that starts a System.Threading.Timer which does some fairly rapid reading/writing
I am writing an app that uses Highcharts, and in one instance I want
I am writing a Catalyst web application that presents some data that does not
I'm writing an app that lets users generate images with Raphael.JS. One of the
I'm writing a small Scala app that does the following: 1) Read XML/XHTML files
I'm writing the backend for a mobile app that does some cpu intensive work.
I am writing an app that plays a url using MPMoviePlayerController. The app works
I'm writing an app that has a view with nested UITableViews. The UITableViews in

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.