removeAssets(_:)
Removes assets of a certain type from the collection.
Declaration
func removeAssets<T>(_ assets: T) where T : Collection, T.Element == PHAssetParameters
- assets:
The type of assets to remove from the collection.
Removes assets of a certain type from the collection.
func removeAssets<T>(_ assets: T) where T : Collection, T.Element == PHAssetThe type of assets to remove from the collection.