Contents

enumerateAssets(options:using:)

Invokes a given block using each of the assets in the group.

Declaration

func enumerateAssets(options: NSEnumerationOptions = [], using enumerationBlock: ALAssetsGroupEnumerationResultsBlock!)

Parameters

  • options:

    Options for the enumeration.

  • enumerationBlock:

    The block to invoke using each of the assets in the group.

See Also

Enumerating Assets