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
What is meaning of 'assign' keyword?
What is plist file and explain about it is usage in iOS operating system?
Define fast enumeration?
How do you stop apps running in the background on ios?
What is a weak var?
Explain parent-child context setup?
Is ios multithreading?
What is meaning of 'atomic' keyword?
Which json framework is supported by ios? : IOS Architect
Explain the significance of autorelease?
From which ios version, arc is supported?
Why do you generally create a weak reference when using self in a block?
What is a memory leak?
How to silent the noisy keyboard?
What are transient properties?