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
So how is the new look different from the old look?
How core data works to save data in persistent storage?
What is auto-layout?
Explain the difference between bounds and frame?
Why uicontrol is provided if we can create custom uiview?
Explain concept of notification center, local and remote notifications.
What is active state in ios?
How would you create your own custom view in iOS operating system?
What is ios realm?
What is ipa?
How to do upload of large sized video file to server ? while uploading user presses “Homebutton” How long will execute?
Explain the architecture of iphone? : IOS Architect
What is a struct in iOS operating system?
What’s the difference between mkannotation and mkpointannotation?
What is the difference between weak and strong?