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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:00:52+00:00 2026-06-07T18:00:52+00:00

My problem is the following: I am making an iPhone app that is primarily

  • 0

My problem is the following:

I am making an iPhone app that is primarily based on table view controllers. I need to be able to create data for the table view during runtime. I also need to create deeper levels during runtime. ie. I need to be able to click on the row and it should take me to a new table view which is empty. Additionally i need to ideally be able to keep making data and going deeper and deeper infinitely. The data created is stored in core data. I already have found a way to link which data is shown in each table view.

My question is this:
Is it ok for each new table view to be created in a new uitableviewcontroller? that is how I have done it.

For example.
If I click on “Varun” on the tableviewcontroller row. It will create a new tableviewcontroller during runtime and show me an empty table view. if i add data there and go back to varun and then click on it again, the data should be there.

So should I dynamically create tableviewcontrollers for each new tableview?

Thanks!

I’m extremely sorry if I wasn’t clear. It is a very hard concepts to explain!

Thanks again!

  • 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-06-07T18:00:54+00:00Added an answer on June 7, 2026 at 6:00 pm

    You should implement code in -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath method.

    -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{
        YourTableViewController *yourTableView = [[YourTableViewController alloc] initWithStyle:UITableViewStylePlain];
       [self.navigationController pushViewController:yourTableView animated:YES];
    
    }
    

    I think it will be helpful to you.

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

Sidebar

Related Questions

While making AutoHotkey-script I encountered the following problem. I need navigate listbox (one position
I'm working on making an iPhone version of an Android app that I've written
I am having a strange problem while making app requests. I understand that when
I'm making a timeline view in html but I ran into the following problem:
I have the following problem: my table is big enought (millions of data rows),
I am making an iPhone count down app and need to know how many
I have the following problem. I am making this website you can see in
I'm having some difficulties with the following problem: I'm making a little game where
Following problem: I want to render a news stream of short messages based on
I am getting problem in making my application compatible with iphone 4.0 My problem

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.