Reputation: 37474
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
Reputation: 779
If its a crashing problem. Make sure that You set all your downloading DELEGATES to nil when stopping the downloading.
Upvotes: 1