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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:37:36+00:00 2026-05-24T13:37:36+00:00

I have a program that has a list of information that when tapped it

  • 0

I have a program that has a list of information that when tapped it needs to take you a screen to get more information about that item. I don’t know if I need to use a Table View Controller or a Navigation Controller.

What would you recommend and why? What are the differences between the two?

  • 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-24T13:37:37+00:00Added an answer on May 24, 2026 at 1:37 pm

    UINavigationController is a ‘container’ controller. Meaning, it houses other view controllers inside of it. So if you wanted a UITableviewController inside a UINavigationViewController you could make it as such:

    [[UINavigationController alloc]initWithRootViewController:yourTableView];
    

    Then when you select the item from the table that you wish to show new information, you will ‘push’ a new view controller onto the the UINavigationController stack:

    [self.navigationController pushViewController:nextView animated:YES];
    

    This can be done inside the

    - (void)tableView:(UITableView *)aTableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    

    function of your UITableViewController. It will create the toolbars at the top for you, as well as the backwards navigation buttons that are expected.

    This link is to the apple documentation that explains the types of view controllers, and it is definitely worth the read.

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

Sidebar

Related Questions

I have program that has a variable that should never change. However, somehow, it
This is my problem. I have a program that has to run in a
I have a PHP program that has been written keeping in mind a single
I have a program in Octave that has a loop - running a function
I have a program that (amongst other things) has a command line interface that
Is tight looping in a program bad? I have an application that has two
I have a C program which has a function call that is defined in
I have an application that seems to throw exceptions only after the program has
I have encountered a problem in my program that has me somewhat stumped. I
I have a program that's watching for changes to certain files in a list

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.