I am using sendAsynchronousRequest:queue:completionHandler: class function of nsurlconnection .How shall I cancel the this connection?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
You can't. If you need the option to cancel an URL request, you have to use the delegate-based methods of |
|||
|
|