Thursday, 12 January 2012

how to cancel NSURLConnection

If the Connection still in progress means
                just considered as "connection" is a object of  NSURLConnection
then,
         if(connection)
{
[connection cancel];
}

No comments:

Post a Comment