Contents

removeAssets(_:)

Removes assets of a certain type from the collection.

Declaration

func removeAssets<T>(_ assets: T) where T : Collection, T.Element == PHAsset

Parameters

  • assets:

    The type of assets to remove from the collection.

See Also

Removing Assets