V
V
Vanya Ivanov2014-04-18 18:20:46
Objective-C
Vanya Ivanov, 2014-04-18 18:20:46

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

1 answer(s)
D
Denis Morozov, 2014-04-18
@morozovdenis

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 question

Ask a Question

731 491 924 answers to any question