Contents

init(object:)

Creates a new item provider, employing a specified object’s type identifiers to specify the data representations eligible for the provider to load.

Declaration

convenience init(object: any NSItemProviderWriting)

Parameters

  • object:

    An object containing the data you want to provide.

See Also

Creating an item provider