benhowdle89
benhowdle89

Reputation: 37474

Abort NSXML download halfway through to avoid crashes

In my iPhone app, how do i go about aborting the download of an XML file halfway through downloading it, ie. like in the viewDidUnload method? What exactly do i need to set to nil or is that not what i do?

Upvotes: 0

Views: 132

Answers (1)

jAmi
jAmi

Reputation: 779

If its a crashing problem. Make sure that You set all your downloading DELEGATES to nil when stopping the downloading.

Upvotes: 1

Related Questions