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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:27:37+00:00 2026-05-23T19:27:37+00:00

I am passing data to the view using this method: nextViewController = [[AfricanSwallowViewController alloc]

  • 0

I am passing data to the view using this method:

nextViewController = [[AfricanSwallowViewController alloc] initWithNibName:@"AfricanSwallowView" bundle:nil];
((InstructionsViewController *)nextViewController).byTheHusk = byTheHusk;

I am trying to iterate over the values on the view that byTheHusk gets passed to.

I have tried several versions of NSLog(@"%@", byTheHusk.name); and using objectAtIndexPath etc. with no luck

Is there a way to access the the objects entries attributes in a while or for loop style structure?

The closest I can get is:

NSManagedObject *managedObject = [self.fetchedResultsController objectAtIndexPath:0];
NSLog(@"%@",[[managedObject valueForKey:@"name"] description]);

which results in:

ByTheHusk[7880:207] (null)

Which means there are 207 entries. Is that right? and that ByTheHusk is getting passed correctly?

I am a noob to this all so thanks for any help!!!

Bo

  • 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-23T19:27:37+00:00Added an answer on May 23, 2026 at 7:27 pm

    I figured it out through some eduction and trial and error and error and error.

    But I got it!!!!

    NSMutableArray* annotations=[[NSMutableArray alloc] init];
    // Save our fetched data to an array  
    [self setEventArray: mutableFetchResults];  
    [mutableFetchResults release];  
    [request release]; 
    //NSLog(@"%d",[eventArray count]);
    
    for (int i = 0; i < [eventArray count]; i++) {
        //NSLog(@"%@",[[eventArray objectAtIndex:i] name]);
    
        CLLocationCoordinate2D theCoordinate;
        double latNum = [[[eventArray objectAtIndex:i] latitude] doubleValue];
        theCoordinate.latitude = latNum;
        double lonNum = [[[eventArray objectAtIndex:i] longitude] doubleValue];
        theCoordinate.longitude = lonNum;
        //-------------------------
        MyAnnotation* tempAnnotation=[[MyAnnotation alloc] init];
        tempAnnotation.coordinate=theCoordinate;
        tempAnnotation.title=[NSString stringWithFormat:@"%@",[[eventArray objectAtIndex:i] name]];
        tempAnnotation.subtitle=[NSString stringWithFormat:@"%@",[[eventArray objectAtIndex:i] name]];
        //-------------------------
        [mapView addAnnotation:tempAnnotation];
        [annotations addObject:tempAnnotation];
    } 
    

    Put it in an array and roll over it… thanks all for the guidance!

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

Sidebar

Related Questions

I'm passing data between my controller and my view using a ViewModel class. When
I'm passing an array from form inputs (checkboxes) using the get method. When doing
What's the advantage of passing data as parameters vs part of the URL in
I'm reading XML data from the HttpServletRequest in my servlets doPost() and passing the
I'm pasting test data from a SQL results into my code. I'm using the
I'm having difficulty parsing some JSON data returned from my server using jQuery.ajax() To
Duplicate Passing data to Master Page in ASP.NET MVC Should an ASP.NET masterpage get
I have a get method passing in an object of type Store to the
I am using listview to display data, inside listview i am using image in
I have a data grid in a view that is bound to a List

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.