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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:49:50+00:00 2026-05-30T14:49:50+00:00

hi all Through below code i am getting full data but here i have

  • 0

hi all Through below code i am getting full data but here i have to store total data into NSMtablearray object. how it is possible in iphone

for (int i=0; i<[arrStation count]; i++) {
    NSLog(@"--->>>ContactNameis:<<<---- %@",[[[[[arrStation objectAtIndex:i] objectForKey:@"content"] objectForKey:@"m:properties"] objectForKey:@"d:ContactName"] objectForKey:@"text"]);

Below the Log printed.

2012-02-29 11:32:32.652 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Enrico Gaetani
2012-02-29 11:32:32.655 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Jérôme Tredan
2012-02-29 11:32:32.656 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Mike Tsalidis
2012-02-29 11:32:32.657 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Dana Sugarman
2012-02-29 11:32:32.659 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Necip Ozyucel
2012-02-29 11:32:32.660 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Goksel Topbas
2012-02-29 11:32:32.661 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Nizar Abdul-Baki
2012-02-29 11:32:32.662 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Johannes Kanis
2012-02-29 11:32:32.664 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Kara Westhusing
2012-02-29 11:32:32.665 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Andreas Erlacher
2012-02-29 11:32:32.668 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Rudy Van Hoe
2012-02-29 11:32:32.669 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Lars Nygaard
2012-02-29 11:32:33.104 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Juha Karppinen
2012-02-29 11:32:33.132 ContactTesting[883:f803] —>>>ContactNameis:<<<—-
Ronan Geraghty
2012-02-29 11:32:33.134 ContactTe

  • 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-30T14:49:51+00:00Added an answer on May 30, 2026 at 2:49 pm

    You should Store These parsed data into Array.

    Create Array and Add names in that Array

    NSMutableArray *myArray=[[NSMutableArray alloc]init];
    for (int i=0; i<[arrStation count]; i++){
    NSString *str=[[[[[arrStation objectAtIndex:i] objectForKey:@"content"]   objectForKey:@"m:properties"] objectForKey:@"d:ContactName"] objectForKey:@"text"];
    NSlog("name is : %@",str);
    [myArray addObject:str];
    

    }

    After Storing the Data into Array follow below Link at Where I have Explained everything about showing data In TableView

    Go through this Link

    It’ll Really Helpful.

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

Sidebar

Related Questions

I have gone through all the msdn stuff for getting started with the SDK
Note there's a lot of code posted below but its mostly all the same,
I am serving all content through apache with Content-Encoding: zip but that compresses on
I've looked through all the class documentation for Core Data and I can't find
How can I loop through all members in a JavaScript object, including values that
I'm having trouble getting the Jquery Cycle plugin to work. My code is below.
I am new to the usage of iterators. I have used the below code,
I have this code (below) working just fine, however whenever I try to 'wrap'
I have this VBA below that is designed to loop through each WS and
My code below works fine for getting the size of the first image and

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.