Explain about NSURL Connection Delegates
Answer / 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 |
Explain the difference between nil and nil?
What are transient properties?
Whats a struct?
What is the difference between viewdidload and viewwillappear?
What is auto-layout?
Do you know what is iphone reference library?
How we can execute some code when app is in background?
What are layer objects in iOS operating system?
0 Answers SwanSoft Technologies,
What is 1x 2x and 3x in ios?
What are the different store migration options? When are they used? How do they work? What is mapping model?
Garbage collector in iphone?
What is the difference between copies & retain in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,