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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T00:29:27+00:00 2026-05-19T00:29:27+00:00

I have a UITableViewController with two IBOutlet’s to two different UITableViewCell’s that were made

  • 0

I have a UITableViewController with two IBOutlet’s to two different UITableViewCell’s that were made in IB. However they are not showing up in the tableView. If you can find the error, I will really appreciate it.


    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
    static NSString *categoryIdentifier = @"Category";
    static NSString *songDetailsCellIdentifier = @"sdci";
    static NSString *socialCellIdentifier = @"sdcssi";
    static NSString *CellIdentifier = @"Cell";

    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil) {
        cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
    }
    switch (indexPath.row) {
        case 0:
            //imageView = [[UIImage alloc] initWithData:imageData];
            //songNameLabel.text = songName;
            //artistNameLabel.text = artistName;
            //albumNameLabel.text = albumName;
            //numberInChartsLabel.text = [[NSString alloc] initWithFormat:@"%d", numberInCharts];
            break;
        case 1:
            cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue2 reuseIdentifier:categoryIdentifier] autorelease];
            cell.textLabel.text = [[NSString alloc] initWithFormat:@"Category"];
            cell.detailTextLabel.text = [[NSString alloc] initWithFormat:@"%@", category];
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
            break;
        case 2:
            cell.textLabel.text = [[NSString alloc] initWithFormat:@"Preview This Track"];
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
            break;
        case 3:
            cell.textLabel.text = [[NSString alloc] initWithFormat:@"View This Song In iTunes"];
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
            break;
        case 4:
            cell.textLabel.text = [[NSString alloc] initWithFormat:@"View Artist In iTunes"];
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
            break;
        case 5:
            break;
    }
    // Configure the cell...
    if (indexPath.row == 0) {
        songDetailsCell = [[[UITableViewCell alloc] initWithFrame:songDetailsCell.frame reuseIdentifier:songDetailsCellIdentifier] autorelease];
        return songDetailsCell;
    }
    if (indexPath.row == 5) {
        socialCell = [[[UITableViewCell alloc] initWithFrame:socialCell.frame reuseIdentifier:socialCellIdentifier] autorelease];
        return socialCell;

}
else if (indexPath.row >= 1 && indexPath.row <=5)
{
return cell;
}
return nil;
}

  • 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-19T00:29:27+00:00Added an answer on May 19, 2026 at 12:29 am

    Put the switch in an if{indexPath.section} statetment, including the UITableViewCell *cell...

    Then the rest below that needs to be indexPath.section, instead of indexPath.row

    if(indexPath.section==0) {
        UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
        if (cell == nil) {
            cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease];
        }
    
        switch (indexPath.row) {
            case 0:
    
    ....
    
    
     if (indexPath.section == 1) {
        songDetailsCell = [[[UITableViewCell alloc] initWithFrame:songDetailsCell.frame reuseIdentifier:songDetailsCellIdentifier] autorelease];
        return songDetailsCell;
    }
    
    
    ....
    

    Follow that format.

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

Sidebar

Related Questions

I have a nib that contains two TableViews. The table views are of the
I have two NSMutableString objects defined in my viewController's (a subclass of UITableViewController) .h
I'm creating an iPad app, and I have two classes: NWRootViewController : UITableViewController and
I have a subclass of UITableViewController that works as expected. I'd like to capture
I have a UITableViewController that is fed by a NSFetchedResultsController . Everything worked fine,
I currently have a UITableViewController that parses a JSON response (using TouchJSON) fired asynchronously
I have this code to set the background image of the UITableViewController: self.tableView.backgroundColor =
I have overridden the tableView:indentationLevelForRowAtIndexPath method in my UITableViewController derived class as follows: -
I have a UITableViewController which has two sections. The first section shows a single
I have two UITableViewControllers with a fairly simple ui flow. One UITableViewController loads another

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.