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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:38:01+00:00 2026-05-27T16:38:01+00:00

I want to add table view in my view based application, which has a

  • 0

I want to add table view in my view based application, which has a single delegate and some other controllers for different views. Now I want to add a table view with in which on selecting a row a new table view will be opened and in the second tableview selecting a row will show the details related to that row.

Please tell me how can I achieve that, if there is any tutorial related to this then please suggest.

As I have found the tutorials are navigation based. I want as I described above.

  • 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-27T16:38:01+00:00Added an answer on May 27, 2026 at 4:38 pm

    See its Very Simple and Easy…. :-

    Just go to ur FirstViewController.xib Drag and Drop the tableView on the View. Now in .H file write its delegate like <UITableViewDelegate,UITableViewDataSource>

    Now write IBOutlet UITableView *myFirstTable;

    in .m file :-

    Implement the methods of TableView Required By you.Now in didSelectRowAtIndexPath method write the Code for going to the Another View like

    SecondViewController *viewController = [[SecondViewController alloc]initWithNibName:@"SecondViewController" bundle:nil];
    [self PresentModalViewController:viewController animated:YES];
    

    So untill this you will see the SecondViewController on click on Any row cell of FirstTable in the firstViewController.

    AND YES DONT FORGET TO SET THE DELEGATE IN YOUR XIB

    Now Similarly Implement for second Table. Drag n drop the Table View on your View implement its delegate in .h file(SecondViewController.h)

    Implement the Methods of table View Delegates you want and again in didselectRowAtIndexPath method write the Code you want onTapping on the row of a Cell…

    i Hope you got this… if not Tell me i will try to be more clear… or provide some Direct code…
    but if it helps then Please Accept the Answer and Upvote.. :))

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

Sidebar

Related Questions

I have a table in my markup on which I want to add some
I have dbml with single table users i want add partial class for User
I developed small CakePHP application, and now I want to add one more table
i m making an application which shows data on table view with many fields
I am Started my iPad app using View-Based application. in first two views i
In my view-based application,it includes three views.First View(Main View) call second view.Second view call
I want to add padding to my table view cells. Thought I could do
i'm trying to alter drupal view-2 query, basically want to add one more table.
i want to add a UIPageControl to a single tableView Cell. It should be
I want to add paginated table to a page. It should be 2 rows

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.