Contents

cancelLoadingImageData(forTag:)

Cancels an asynchronous fetch of the images for a given tag.

Declaration

class func cancelLoadingImageData(forTag tag: Int)

Parameters

  • tag:

    The tag of the asynchronous fetch to be canceled.

Discussion

The tag is returned from the previous call to the beginLoadingImageData(for:) method that started the asynchronous fetch.

See Also

Managing Images