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 |
Is c++ objective c?
Can we have multiple uiwindows in ios?
Is nsobject a parent class or a derived class?
What is difference between datasource and delegate?
What is difference between nsstring and nsmutablestring?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
Can I use objective c in swift?
What does alloc mean in objective c?
Can we create dynamic classes in objective c?
What is .m file in objective c?
What is an objective statement?
What is property in objective c?