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
How to parse xml?
What is context in core data ios?
When to use nsmutablearray and when to use nsarray?
How are non-atomic and atomic properties different? Which one is the default property for synthesized properties? When would a user operate one over the other?
What does ios stand for apple?
What does ios mean on my iphone?
What is a thread in ios?
What is a weak var?
Explain xib?
Explain your process for tracing and fixing a memory leak
What happens when you invoke a method on a nil pointer?
Explain the difference between cocoa and cocoa touch?
How to represent layer objects in iOS operating system ?
Is there any garbage collector concept available in iOS?
what is your preferred programming language? Why? How long will it take you to learn a new programming language?