Contents

didLoadBytes:loadComplete:

Appends new data to the receiver’s resource data.

Declaration

- (void) didLoadBytes:(NSData *) newBytes loadComplete:(BOOL) yorn;

Parameters

  • newBytes:

    The newly loaded bytes.

  • yorn:

    True if newBytes contains the last piece of data for the URL, False otherwise.

Discussion

You should call this method when loading the resource data in the background.

See Also

Loading resource data