Contents

setObjects(_:)

Sets an array of item providers for the pasteboard, based on a specified array of objects.

Declaration

func setObjects<T>(_ objects: [T]) where T : _ObjectiveCBridgeable, T._ObjectiveCType : NSItemProviderWriting

Parameters

  • objects:

    An array of item providers for the pasteboard.

See Also

Getting and setting item providers