Can anyone explain method declaration syntax below for me? I can not understand the portion “connection:(NSURLConnection *)connection” next to “(void)”
- (void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response
Thanks.
But you should probably find a book and actually learn Obj-C. If you don’t understand the syntax, you have a long way to go.