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]) -> BoolParameters
- itemProviders:
An array of Nsitemprovider objects.
Return Value
true if the responder object can perform a paste operation using specified item providers; otherwise, false.