Contents

canPaste(_:)

Returns a Boolean value that determines whether the responder object can perform a paste operation using data provided by the item providers.

Declaration

optional func canPaste(_ itemProviders: [NSItemProvider]) -> Bool

Parameters

Return Value

true if the responder object can perform a paste operation using specified item providers; otherwise, false.

See Also

Performing a paste operation