开发者

Abort NSXML download halfway through to avoid crashes

开发者 https://www.devze.com 2023-01-28 23:16 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消