0
votes
1answer
15 views

Parsing Json to handle and direct a user to view controller. Objective C

I have a Login screen and I POST username and password to a login page. The webservice gives me 2 responses if the Login user details are correct I get a response of back from the request. ...
0
votes
0answers
25 views

How to parse the OFX(Open Financial Exchange) in iPhone/iPad/objective C: [duplicate]

I want to parse the OFX data in my iPhone app.http://www.ofx.net/OFXExamplesPage/OFXExamples.aspx
-1
votes
3answers
37 views

How to generate a multi-line UILabel

I have a json call and I parse the results into a UILabel. In my json response I have a 4 Names under Clients. I am trying to put all the Clients into my UILabel. Currently I only see the last of ...
0
votes
1answer
32 views

xml parsing of img src from the XML response

I have an xml response as: { text = "<img alt=\"Marco Bueno\" src=\"http://u.goal.com/136600/136687_thumb.jpg\" style=\"float: left;margin:0 10px 10px 10px;\" title=\"Marco Bueno\" /><p ...
1
vote
1answer
51 views

How to read in a local JSON file for testing

I'm trying to write unit tests for json validation (since the app heavily relies on json from a rest API). I have a local file that contains simple json: "goodFeaturedJson.txt" The contents: { ...
-1
votes
3answers
61 views

iOS returns “null” data from JSON feed

I am downloading and parsing a JSON feed in my iOS application. Some parts of the data that the JSON feed provides are shown correctly in my iOS application, however some parts of the JSON feed seem ...
-4
votes
3answers
60 views

Parsing JSON when multiple arrays returned in Objective C [closed]

I am trying to parse JSOn returned from the following link: https://icansolvecouk1.fatcow.com/prco303/loginjson.php?nickname=maggie&password=maggie which is: [{"sent":"2013-05-12 ...
-2
votes
1answer
48 views

Parse world weather online JSON with ObjectiveC for iOS 6 [closed]

I need a suggestion: I've a JSON downloaded from this http://www.worldweatheronline.com/free-weather.aspx. I've issue to parse this JSON: { "data":{ "current_condition":[ { ...
1
vote
1answer
80 views

Objective-C HTML parsing. Get all text between tags

I am using hpple to try and grab a torrent description from ThePirateBay. Currently, I'm using this code: NSString *path = ...
-2
votes
2answers
80 views

Parse JSON link in Objective C

I`m building an app for iPad. Can anybody give me any advice on how to parse this JSON link in Objective C, so I can get an image (media_655fa.png) from "item_media"? Example code: { "id":"6", ...
-3
votes
0answers
28 views

iPad parse JSON link json_decode() [closed]

I`m new to iPAD programing. Can anybody help me to parse this JSON link in Objective C, so I can get image from item_media: ...
-2
votes
1answer
39 views

how to parse JSON from URL with basic authentication

Is there anyone who can provide me with the different steps I need to parse JSON form an API using basic authentication? thanks in advance
0
votes
0answers
38 views

Parse - iOS App- Scheduled Push through REST API

I am building an iOS 6 app with Parse as my back end. My only trouble is trying to figure out how to do a push notification via through REST API. At this link in the developer guide, it says that the ...
0
votes
4answers
95 views

How to parse JSON

How to parse this below "choices" on one array means when I have get "id" in array that all id values 108,109.... in 1st index in array but here is the 5 values in choices..so how to parse it choices ...
-1
votes
0answers
35 views

Something wrong during parsing a file HTML [closed]

I'm making an app that making login into a website, tells me info about the answer, I want only some information placed in some I'm stopped in this.. I can't get to the parsing because don't go ...
1
vote
1answer
201 views

JSON string from NSDictionary having file path

I am working on the app in which I store the file name and file path in NSDictionary. My dictionary like, Dict Path : { background = ...
0
votes
2answers
50 views

Replace <ol> & <li> tags from html code with number in iOS 6

I am getting html code from server & I want to display it in UITextView. I need to parse the html & show plain text in UITextView. I am using below code to parse html from this post Now I ...
5
votes
2answers
107 views

Objective c operations with variables

Is there a relatively easy way to use mathematical operators with string variables in Objective C? For example: The string "x*x" should return "x^2" The string "x/x" should return "1" I'm looking ...
0
votes
1answer
38 views

iOS: JSON Parsing Separated by Comma

Below is the code to get an NSDictionary from Google Places AutoComplete API: (GooglePlacesAutocompletePlace *)placeFromDictionary:(NSDictionary *)placeDictionary { GooglePlacesAutocompletePlace ...
0
votes
0answers
44 views

Objective-C + Parse Google Places API

I'm trying to understand some code for Google Places API. Currently the search gives 5 results, which is the max you can get with Google Places. In each search shows the entire address: 123 Main ...
0
votes
0answers
45 views

How to parse HTM into NSString objects that contain segments of HTML code rather than its content

I have a htm file (exported from Excel using UTF-8 encoding) containing a table of Japanese characters and phonetic symbols. Get a sample file here. I've added the htm file into my Xcode project and ...
0
votes
2answers
88 views

How to read a PGN file for parsing in objective - c

I've got a PGN file called a00.PGN in my project, which I'd like to parse to 'preload' into Core Data. Right now I'm just trying to output the file as a string with NSLog using NSError *err = ...
-1
votes
1answer
38 views

Parsing retweet profile image

I'm working on a app that displays a Twitter's user timeline. The UITableView contains cells that has the tweet, time and profile icon. But, a retweet still has the user's profile image and not the ...
0
votes
1answer
41 views

How to parse SVG source file by groups

I'm creating levels for my game and using Inkscape and SVG for source file format. I can parse object one by one but not in group, lets say if i want parse only group "objects_2" How to do it? ...
1
vote
2answers
48 views

Writing data into a HTML template

I have a HTML template in my project's bundle. It is structured in such a way that i need to pass arguments to the various %@'s as shown @"<h3>Test</h3>" "<div ...
0
votes
1answer
83 views

Getting phonetic data fields from Excel into Xcode

I have a large excel spreadsheet of Japanese words that have their phonetics shown as per example screenshot below - look at column B. The phonetic characters are the tiny characters above the Chinese ...
0
votes
2answers
75 views

Objective-C + JSON Parse objectForKey for Google Places API

I've got this: //request stuff NSString *searchString = [NSString stringWithFormat:@"Sydney"]; NSString *urlString = [NSString ...
0
votes
1answer
54 views

2d array for gradebook

This is my first attempt at programming anything with mac. The learning curve is steep. I have a .csv file with several columns of ascii data organized blank field, username, name (in format "last ...
0
votes
0answers
28 views

Parse.com Query profile picture

I'm fairly new to Parse.com and trying to fetch profile images for users. The upload seems to work find because i can find the images in the databrowser. But I can't figure out how to download them. ...
0
votes
0answers
80 views

How to get Content of loaded HTML page in WebView of iPhone

I have an application in which i will have to get the data of LOADED webView,How can i get that? Let me explain it in details: 1) I have a link 'www.google.com' 2) I entered the keyword 'question' ...
1
vote
1answer
71 views

Converting array of xml elements to an array of floats?

I have the following problem: I am parsing a XML file, that contains a few "chas" elements. I save them in an array - arrayBegin. How to convert every object of the array to float ? I am a newbie, so ...
0
votes
2answers
101 views

Counting number of lines in CSV file without loading into memory

I have a CSV file that is extremely large, roughly 50k+ lines. I use CHCSVParser to parse it all line by line which works fine. I would like to display some type of progress to the user as the data ...
0
votes
2answers
53 views

The most basic way to retrieve a JSON array in objective-c? [duplicate]

Basically I have a JSON array on a webpage, the array works fine on the webpage and I can pull it into objective-c as a string, but I need to pull it into objective-c as an array. Can anybody tell me ...
0
votes
2answers
61 views

xml parsing in objective c accessing attributes

I am trying to parse a xml file but I couldn't be able to retrive all objects in it. My xml is <exam> <question s="1" a="2" m="1" x="1"> <q>question</q> <o ...
0
votes
3answers
242 views

[__NSCFDictionary objectAtIndex:]: unrecognized selector sent to instance

I am trying to parse a Json file into the Table view and I am getting this error [__NSCFDictionary objectAtIndex:]: unrecognized selector sent to instance and the app is crashing. Please help me, I ...
0
votes
1answer
117 views

Sending CURL command using Objective-C for an OS X App

I'm trying to integrate the Parse API into an OS X app I'm doing for school. The App should send a Push notification, so I figured I would use the REST API from Parse to accomplish this. The code ...
0
votes
0answers
39 views

Parse out Youtube URL

I have a text from a website and I want to parse out all YouTube URL's. From an other Thread I've used this code to do this: NSString *context = item.content; NSError *error = NULL; ...
0
votes
0answers
58 views

How to parse a human readable time expression (NSString) into NSTimeInterval?

So say I have an NSString that has a human readable time expression like @"10 minutes" or @"2 hours". Is there an objective C library out there that will help me parse this into an NSTimeInterval? (Or ...
0
votes
3answers
63 views

Download instructions for parsing HTML data

I'm developing an iPhone app that mainly logs in to third party websites and parses the HTML data for specific information, like dates and times etc. However, this is obviously easily broken if the ...
1
vote
1answer
75 views

Objective C parse text file into CGPoint object

In my app, I am trying to load in rows of tab delimited x y t values from foo.txt and animate the path on the screen using CABasicAnimation and I'm trying to get the animation to speed up/slow down ...
0
votes
1answer
88 views

Parse CSV with double quote in some cases

I have csv that comes with format: a1, a2, a3, "a4,a5", a6 Only field with , will have quotes Using Objective-C, how to easily parse this? I try to avoid using open source CSV parser as company ...
-1
votes
2answers
114 views

AFNetworking JSON parsing - fails of unknown reason

im trying to parse some JSON. for simplicity ill explain using the default example at github: when running: NSURL *url = [NSURL URLWithString:@"http://httpbin.org/ip"]; NSURLRequest *request = ...
1
vote
1answer
121 views

how can i extract the image url from <img src> tag under d<description > tag of xml file in iOS?

XML Body: <description> <img src="http://static.ibnlive.in.com/ibnlive/pix/slideshow/02-2013/pics-serial-blasts/hyd-blasts-90.jpg" alt="In pics: Serial blasts in Hyderabad kill 14" title="In ...
0
votes
1answer
73 views

Import Bookmarks from html file

Im trying to add a import bookmarks function to my app. I have some of it but it will just extract all URLs and titles. - (NSArray *)urlsInHTML:(NSString *)html { NSError *error; ...
0
votes
1answer
96 views

iOS CXMLElement StringValue

I'm trying to parse an xml here and am getting my CXMLElement properly. One, for example, logs this <CXMLElement 0x1d8cfdc0 [0x1c556660] TrackDetail ...
0
votes
1answer
67 views

Text + Images in CDATA Block

So I ineed to parse data from a CDATA block. It can look like <![CDATA[Important text I need<span style=" color:#000000;"><img src="imageName.jpg" alt="imageName" border=0 ...
0
votes
1answer
94 views

How to parse some web page in iOS App?

I have a web page, and need to parse content of some div with objective-c. <div id="foo">11</div> Then add it (11) to variable.. and then make badge with it. How to make it?
0
votes
0answers
39 views

Cocoa - How to load a XML file partially and access other data later on

this is my XML file: <doc> <file> <name>Some Name</name> <id>Some ID</id> <data>Some Data</data> </file> ...
0
votes
1answer
132 views

MKViewAnnotation custom annotations losing order when added in MKMapView

I need to show on my MkMapView about 10 locations and respective custom annotations images (depending from the values loaded by a JSON parsing). As suggested in previous answers I have created a ...
0
votes
1answer
100 views

exc_breakpoint while JSON parsing

I want to parse many JSON strings. Here is the code: while(stations.count > 0) { NSString*string = [[[NSString alloc] initWithString:[stations objectAtIndex:0]] retain]; ...

1 2 3 4 5 8