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 autorealease pool?
What happens when you invoke a method on a nil pointer?
what is Xcode command line tools package?
Difference between cocoa, cocoa touch and objective c?
What is use of uiapplication class?
Define encoding or serialization??
What manual memory management ? How it work?
Multitasking support is available from which version in iOS operating system?
Which devices will this work with ios?
Explain the difference between nil and nil?
How to handle concurrency problems in core data?
Why do all model object attributes get marked with @dynamic and not synthesised?
What is libdispatch?
What does 2x resolution mean?
What is iphone sdk?