One Quickie


Basic NSURLConnection delegate methods (NSURL->General)
- (void) connection: (NSURLConnection *) connection
 didReceiveResponse: (NSURLResponse *) response;

- (void) connection:  (NSURLConnection *) connection  didReceiveData: (NSData *) data;

- (void) connection: (NSURLConnection *) connection  didFailWithError: (NSError *) error;

- (void) connectionDidFinishLoading: (NSURLConnection *) connection;



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com