Should I use initWithURL or NSRequest to download an XML file when using NSXMLParser?
I’m downloading a feed and I’d like to get progress information for my download.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Check out ASIHTTP as that is really good at handling this sort of thing….
http://allseeing-i.com/ASIHTTPRequest/
As pointed out the above is now not supported. I would recommend looking at AFNetworking instead now.
https://github.com/AFNetworking/AFNetworking