Explain about NSURL Connection Delegates

Answer Posted / babu

- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error;

- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response;

- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data;

(void)connectionDidFinishLoading:(NSURLConnection *)connection;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are all instruments available in Xcode?

489


Explain difference between sax parser and dom parser?

418


What is iphone screen size?

495


What is managed object context?

492


What is ios viewwillappear?

449






Is it safe to update to ios 13?

449


Explain difference between nil and nil?

467


What is notification in iOS?

499


Explain your process for tracing and fixing a memory leak

2049


How to set your application id after becoming a member of iphone developer program?

413


Explain the characteristics of ios?

466


Why do all model object attributes get marked with @dynamic and not synthesised? What does @dynamic mean?

431


Explain the difference between coredata & sqlite?

455


How to use core data objects between two threads?

419


What is the first responder and responder chain?

450