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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:19:20+00:00 2026-06-18T00:19:20+00:00

I have updated my app and added some features but something weird is happening

  • 0

I have updated my app and added some features but something weird is happening with my tableviews. Let me explain:

I have a tableview, and when a row is pressed I want to open a new view controller.

I am using storyboard and segues and here is what I have:

Storyboard and a segue that when the row is pressed opens the view controller.

Content of each row is in a separate .xib file (If left the same I got a force close in IOS 6.0 or I could handle the content, no matter what I added).

So my EachCell.xib is this:
EachCell.xib

This is my code for each cell:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
    static NSString *simpleTableIdentifier=@"EachCell";
    //this is the identifier of the custom cell
    EachCell *cell = (EachCell *)[tableView dequeueReusableCellWithIdentifier:simpleTableIdentifier];

    tableView.backgroundColor=[UIColor clearColor];
    tableView.opaque=NO;
    tableView.backgroundView=nil;

    if (cell == nil)
    {
        NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"EachCell" owner:self options:nil]; ######HERE IS THE SIGBART PROBLEM
        cell = [nib objectAtIndex:0];
    }
   /*** bla bla bla**/


    return cell;
}

and this is for pressing and open the new view controller:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
/..rest of code ../
[self performSegueWithIdentifier:@"nameofsegue" sender:tableView];
        }

I have mentioned where the SIGBART problem is.

EachCell is the name of the .h,.m,.xib file and the reuse identifier of my custom cell. I have only inserted the tablecell in the storyboard so that I can set my segue.

Weird thing is that it plays in IOS 6.0 but not in IOS 5.1.

That’s the error I get in ios5.1:

NSInternalInconsistencyException, the Nib data is invalid.
  • 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-18T00:19:21+00:00Added an answer on June 18, 2026 at 12:19 am

    It sounds like autolayout is enabled on your custom cell Xib file. Inside the nib make sure the autolayout box is unchecked in its attributes. By default this box is checked. Autolayout is an iOS6 feature so you may need to tweak that cell’s layout

    enter image description here

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

Sidebar

Related Questions

I currently have an app published on the App Store but I've just updated
UPDATE 1 ADDED UPDATED CODE I have a django template on app engine. Currently
I just updated an app from .NET 2.0 to .NET 4.0 and I have
I recently updated a rails app from 3.0.4 to 3.2.4 and I have a
I have an app that updates itself over the internet, and the updated copy
I have a small app that a client uses to manually update some data.
I have some code I've added to the afterFilter() method of my AppController (
I have my RoR app on FTP and if I open some file through
I have an existing android app. I added a simple widget to it using
I have an app that works correctly on Android and iOS, but currently fails

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.