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 usage of struct?
Explain app's state transitions when it gets launched?
What is error in application in iphone?
What is weak and strong in ios?
What are “strong” and “weak” references? Why are they important and how can they be used to help control memory management and avoid memory leaks?
So how is the new look different from the old look?
What is id in ios?
What is the use of double question marks (“??”) ?
what is the use of PO command in Xcode?
Explain the application lifecycle in ios?
What is cocoa touch framework in ios?
What are blocks in ios?