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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:17:59+00:00 2026-06-13T18:17:59+00:00

I am developing an iPad application. And one of the view in the app,

  • 0

enter image description hereI am developing an iPad application. And one of the view in the app, in have a table view and I’m loading a table cell to the table view.

// Customize the appearance of table view cells.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {

    static NSString *identifier = @"tmpCell";
    AgendaListCellView *cell = (AgendaListCellView *)[tableView dequeueReusableCellWithIdentifier:identifier];

    if(cell == nil) {
        [[NSBundle mainBundle] loadNibNamed:@"AgendaListCellView_iPad" owner:self options:nil];

        cell = tmpCell;
    }
    cell.artist = [_mArAgendaList objectAtIndex:indexPath.row];
    // Configure the cell.
    [cell setRow:[_mArDictionaryObjects objectAtIndex:indexPath.row]];
    return cell;
}

But now I need to add a table view inside the AgendaListCellView
Is it possible to add a table to a cell?

See the
image below

Im loading this one using a cell. Do u see 2 Text fields on right corner. This will load on randomly. And be reduced . Is thr any solution to do it ??
enter image description here

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

    Yes, it is possible. You can add tableview inside cell. I would suggest you to create separate delegate class to handle delegate & datasource methods of tableview(inside cells) if all tables in cells have similar data source. It will minimize your code complexity.

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

Sidebar

Related Questions

I am developing an iPad application in which I need a table view (
I am developing a view based iPad application.It is a simple view based application
I am developing an iPad application with view-based template in landscape mode as it
I am developing an iPad application. I have an SQLite database in my resource
I am developing an iPad application in which I have saved images to custom
I am developing for iPad and have created a standard UISplitViewController application using the
I have a PhoneGap application I am developing for iPad that uses video extensively,
I'm currently developing an iPad application that integrates MapKit. But I have a small
I'm developing an iPad Application, in which one of the screens has an embedded
I'm developing one application in IPad.In that application i want to add 2 buttons

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.