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 : NSItemProviderWritingParameters
- objects:
An array of item providers for the pasteboard.