Answer the question
In order to leave comments, you need to log in
Load XML from a link in Objective-C
How to load XML from a link using NSXMLParser and how to parse it?
Answer the question
In order to leave comments, you need to log in
https://developer.apple.com/library/ios/documentat...
1. create an NSXMLParser object using the method:
2. assign an object that implements this protocol to the delegate: https://developer.apple.com/library/ios /documentat...
3. call the method of the NSXMLParser object:- (BOOL)parse
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question