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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T14:29:11+00:00 2026-05-23T14:29:11+00:00

I am having trouble in making a tableview with navigation bar or controller on

  • 0

I am having trouble in making a tableview with navigation bar or controller on top.

I have this piece of code,

- (void)viewDidLoad {
    [super viewDidLoad];

    UINavigationController *addNavCon = [[UINavigationController alloc]initWithNibName:@"Welcome" bundle:nil];
    self.navigationItem.rightBarButtonItem = self.addButtonItem;
    self.navigationItem.leftBarButtonItem = self.editButtonItem;




    [self createEditableCopyOfDatabaseIfNeeded];    

    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationWillTerminate:) name:UIApplicationWillTerminateNotification object:nil];

    NSString *documentDirectory = [self applicationDocumentsDirectory];
    NSString *path = [documentDirectory stringByAppendingPathComponent:@"notebook.plist"];

    NSMutableArray *tmpArray = [[NSMutableArray alloc] initWithContentsOfFile:path];
    self.Notes = tmpArray;
    [tmpArray release];



}

However, the navigation bar never show up, while the table is doing fine. May i know what’s the problem with the code?

Many 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-23T14:29:11+00:00Added an answer on May 23, 2026 at 2:29 pm

    You have created an instance of UINavigationController but never added it to anything. You need to add it to the current hierarchy or it will not appear.

    If you wish to add the navController to the entire app, then you should do this in the App Delegate by

    - (void)applicationDidFinishLaunching:(UIApplication *)application
    
    {
    
        UIViewController *rootController = [[MyRootViewController alloc] init];
    
        UINavigationController *navigationController = [[UINavigationController alloc]
    
                                    initWithRootViewController:rootController];
    
        [rootController release];
    
    
    
        window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    
        [window addSubview:navigationController.view];
    
        [window makeKeyAndVisible];
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Having Trouble making sql connection. this is my code private static SqlConnection GetConnection() {
I'm having trouble making this simple thing happen. I have this loop adding values
I'm having trouble with the way I designed this little report I'm making. Is
I am having trouble making this work and am looking for some help. Currently
I'm having trouble making this work. Apparently, i can't use > or < in
I'm having trouble making this work: $(function() { $(.button).click(function() { var newentry = $(input#entry).val();
i have used observed_field for arrays of data... but i am having trouble making
Im having trouble making 1 mass showhide for multiple documents. This showhide must be
I am having trouble making a file, I think I have got the majority
I'm having trouble making the page load the controller I want it too. For

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.