I wanted to know whether doing:
+ (NSURLConnection *)connectionWithRequest:(NSURLRequest *)request delegate:(id < NSURLConnectionDelegate >)delegate
is synchronous or not? doesn't really say in the docs
If it is synchronous then how do I make it async?
Its Asynchronous -
Look at NSURLConnection Class Reference under Tasks - > Loading Data Asynchronously ->
+ connectionWithRequest:delegate: first method in that list
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With