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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:06:36+00:00 2026-06-13T20:06:36+00:00

I have a string that gets it contents from a URL. Im trying to

  • 0

I have a string that gets it contents from a URL. Im trying to put these contents into an array that will populate a table view. Here is the code I have. What am I doing wrong here? Thanks in advance.

    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
    NSString *strURL = [NSString stringWithFormat:@"http://10.247.245.87/index.php"];

    NSData *dataURL = [NSData dataWithContentsOfURL:[NSURL URLWithString:strURL]];

    NSString *strResult = [[NSString alloc] initWithData:dataURL encoding:NSUTF8StringEncoding];

    NSArray *nameArray = [[NSArray alloc]initWithContentsOfURL:<#(NSURL *)#>;

    return nameArray.count;

}
  • 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-13T20:06:38+00:00Added an answer on June 13, 2026 at 8:06 pm

    I believe there are several ways to do this, but here’s a simple way to parse JSON results into arrays. Download the SBJSON framework from here
    and add it to your project. Then import the JSON.h file to your #import "JSON.h". After which you can parse the string into an array using this line of code nameArray = [responseString JSONValue];.

    1. Get SBJSON from here.
    2. Add SBJSON to your project and Import JSON.h like so #import "JSON.h"
    3. Parse to array like so nameArray = [responseString JSONValue];

    Happy Coding!

    EDIT:
    you can try do something like this to check to see if you have an array of Strings after you parse the JSON into an array:

    for (NSString* myString in nameArray){
    NSLog(@”%@”,myString);
    }

    if the above works out then you can get the strings from the array and fill the tableview in the cellForRowAtIndexPath delegate like so:

    cell.textLabel.text = [nameArray objectAtIndex:indexPath.row];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have string that look like Array that fetched from other webservice like this
I have a gridview that gets its data from a webservice. This comes into
I have a HTTP class that gets content from URL's, POST's content to URL's
In my activity, I have an AutoCompleteTextView that gets its contents from my custom
I have a script that gets a string from a config file and based
My problem is that I have a string that gets generated from database queries,
I have a method that gets a string and change that to a particular
I have this code that reads from XML file. It gets five strings (groupId,
I have a class that gets arranged into a hierarchy, such as this: class
I have string that displays UTF-8 encoded characters, and I want to convert it

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.