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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:31:40+00:00 2026-05-15T00:31:40+00:00

I have a view based app that works well. (In other words, I’m not

  • 0

I have a view based app that works well. (In other words, I’m not going to start over with a Navigation-Based App template.)

It’s an immersive app of sorts and I’m trying to add a Table View that loads in a new view when a button is pressed.

The loading the nib part works, but I can’t seem to be able to add a navigation controller to the new view. I want to see a navigation bar on top with a done button and an edit button. Also, I want to the Table View entries to be empty.

  • I added a new file like so:
    File-> New File -> UINavigationController subclass. I checked the UITableViewController Subclass and With XIB for user interface.

All I see when the view is pulled up is a blank Table View. I am able to customize things in the view controller.

What can I do to make the table show a navigation bar and be editable? I need some direction here please.

EDIT: I’m working with the latest Public SDK. (XCode 3.2.2)

  • 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-15T00:31:41+00:00Added an answer on May 15, 2026 at 12:31 am

    The navigation bar usually comes with a navigation controller, not with the table view controller.

    You can add the navigation bar manually, but that will require altering the table view, to change it to just a regular view with a table view inside of it, and changing your table view controller to be a regular view controller that manually handles the table view stuff.

    The simpler alternative is to wrap your table view controller inside of a navigation controller before you display it. Something like:

    MyTableViewController *myViewController = [[MyTableViewController alloc] init];
    UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:myViewController];
    [myViewController release];
    
    //Now display navigationController instead of myViewController, using something like:
    [self presentModalViewController:navigationController animated:YES];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view controller based app that contains several views that I display/hide
I have a jquery based bespoke lookup control that works well, but I wish
I have an iOS app I created as a view-based app in xCode. I
I have an iPhone app which has a Table View-based data input screen with
I have an view in my App which has a number of buttons based
I have a UITabBar in the detail view of my navigation based application. I
I have an app that performs some calculations based on data arriving on a
I have a navigation based iPhone app. When you press on a cell in
I have a URL in a Django based web app that looks similar to
My app is a Navigation based application. The main menu contains the list view

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.