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 what is iphone reference library?
What is the purpose of UIWindow object in iOS operating system?
Enlist the latest ios development patform?
Explain the difference between strong and retain.
So how is the new look different from the old look?
How to pass parameter to selector function in swift? : IOS Architect
What is difference between core data and sqlite in ios?
Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
What is the purpose of using ibaction and iboutlet?
What is dependency management tools?
How we can execute some code when app is in background?
What is difference between performblock: and performblockandwait:?