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 |
How is string represented in objective-c?
What is difference between extern and global?
What are kvc and kvo? Provide an example.
What is protocol in objective-c?
What is struct and enum?
How much does m files cost?
Tell me about important protocol being used in objective c?
Is objective c similar to java?
What is enum constant?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
Why swift is faster than objective c?
What is delegation protocol?