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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:47:57+00:00 2026-06-06T10:47:57+00:00

I am new to objective-C and Xcode and I am trying to pass an

  • 0

I am new to objective-C and Xcode and I am trying to pass an array row index using the “prepareforsegue” method in the master viewcontroller. I am then plugging the index value into a small sqlite3 table so the detail viewcontroller shows the correct data row. Project has no errors but crashes with:

‘NSRangeException’, reason: ‘* -[__NSArrayM objectAtIndex:]: index 6194506 beyond bounds [0 .. 1]’

Here is the prepareforsegue code:

- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  if ([segue.identifier isEqualToString:@"showDetail"]) 
  {
    NSIndexPath *selectedRowIndex = [self.tableView indexPathForSelectedRow];
    FEIViewController *destViewController = segue.destinationViewController;
    NSInteger row = selectedRowIndex.row;

    destViewController.rowNumber = &(row);

}
}

Here is the viewDidLoad code:

- (void)viewDidLoad
{
 int myRowInt = *(_rowNumber);

FEIMyList * myFEI =[[FEIMyList alloc] init];
self.feig = [myFEI getMyFEI];
[self.feigImage setImage:((FEIList *) [self.feig objectAtIndex:myRowInt]).image];
[self.feigAction setText:((FEIList *) [self.feig objectAtIndex:myRowInt]).action];
[self.feigOther setText:((FEIList *) [self.feig objectAtIndex:myRowInt]).other];

[self.feigCondition setText:((FEIList *) [self.feig objectAtIndex:myRowInt]).condition];

[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.

}

  • 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-06T10:47:59+00:00Added an answer on June 6, 2026 at 10:47 am

    Your myRowInt is being set incorrectly. Try creating an NSNumber as a property on the destination view controller and then setting it in prepareForSegue.

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

Sidebar

Related Questions

I'm new to XCode and Objective-C, and is trying to recreate the bottom bar
I am quite new to objective C , I am using XCode 4.2 and
I'm fairly new to coding with Objective-C/Xcode, so I'm just trying my luck with
Pretty new (2 weeks) into Objective-C and Xcode, and I'm trying to add my
I am using Xcode 4.3.2 and trying to follow along with the Learn Objective-C
I'm new to xCode and objective-c, and trying to use different classes to familiarize
I'm very new to Objective-C. I'm trying to write a method where I create
I'm new to developing with xCode and Objective C, and I have a simple
Hey there, I'm a designer thats really new to programming with xcode or Objective-C
I am fairly new to XCode and the Objective-C language. When I am instantiating

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.