Abort NSXML download halfway through to avoid crashes
In my iPhone app, how do i go about aborting the download of an XML fil开发者_高级运维e 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?
If its a crashing problem. Make sure that You set all your downloading DELEGATES to nil when stopping the downloading.
精彩评论