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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:36:05+00:00 2026-05-23T18:36:05+00:00

I am trying to set a table view that calls a few data from

  • 0

I am trying to set a table view that calls a few data from core data.
For example:

1st. Table View = 1. Food, 2. Places, 3. Sports

  • when i click food, it will take data from Core Data and call out for instance :-

    Food > 1.Burger, 2. Fries, 3. Chicken Chop

when i press back, it will go back to the main page which has the tree instances which are food, places and sport.

Thanks in advance.

How am i gonna link both of them?

  • 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-23T18:36:06+00:00Added an answer on May 23, 2026 at 6:36 pm

    You have to use 4 classes for this,

    1. RootViewController for 1st UITableView (Food,Place,Sports).

    2. FoodTableView Class for Food details,

    3. PlaceTableView Class for Place details,

    4. SportsTableView Class for Sports details.

    In RootView TableView link those class in didSelectRowAtIndexPath method.

    Eg.

    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    
        if (indexPath.row == 0 ) {
            // link Food class
        }
        else if (indexPath.row == 1) {
                // link Place Class
        }
        else if (indexPath.row == 2) {
                // link Sports Class
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to set up a table view with a background that scrolls.
I am trying to access an HTML table from code behind, and set its
I'm trying to convert an existing app to use core data. I've set up
I'm trying to send a view that contains a html table as a downloadable
We have a set of views (quite a few) that we're trying to implement
Im trying set the single table inheritance model type in a form. So i
I am trying to set every row's CheckColor to Blue in the table tblCheckbook
I'm trying to query a set of buldings listed on a table, these buildings
I'm trying to make sections in a table view based on the alphabet and
I am trying to create a multi-view app with navigation template. I want table

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.