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
Which language is used in ios?
What language is ios based on?
What are extra features added in ios 9?
What is nslayoutanchor?
What is the use of double question marks (“??”) ?
Which api would you use to write test scripts to exercise the application’s ui elements?
Explain the difference between strong and retain.
Can you please explain the difference between frame and bounds?
What is synthesize in ios?
What is nsmanagedobjectcontext? What are the different concurrency types?
What is the difference between inheritance and category?
What is plist file and explain about it is usage in iOS operating system?
What is the short cut to open the “Code Snippet Library” in Xcode?
Can a "delegate" retained in ios?
What is an iphone app?