List out the methods used in nsurl connection?
Answer / Utkarsh Srivastava
NSURLConnection has several important methods such as initWithRequest:delegate:startImmediately:, sendSynchronousRequest:returningResponse:error:, connection:didReceiveResponse:, connection:didReceiveData:, and connectionDidFinishLoading:. However, in modern iOS development, it is recommended to use URLSession instead.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the gc () method?
Is objective-c is used in window also?
What is gcd?
Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?
Is objective c dynamically typed?
What is difference between nil and nill?
Is objective c open source?
Can you retain delegates?
What is struct and enum?
Is objective c better than c++?
How to print string in objective c?
Mention what is the primary use of the category in the objective-c?