init?(contentsOf : URL!)
Provides data backed by the contents of an existing file. The system uses the URL’s filename extension to select an appropriate UTI.
既存のファイルの内容によって裏打ちされるデータを提供します。システムは、URLのもつファイル名拡張子を使って適切なUTIを選択します。
init(item: NSSecureCoding?, typeIdentifier : String?)
Initializes an item provider with an object, according to the
NSItemProvider
type coercion policy.
アイテムプロバイダをあるオブジェクトで初期化します、NSItemProvider
型強制方針に従います。
init(object: NSItemProviderWriting)
Initializes a new item provider, employing a specified object’s type identifiers to specify the data representations eligible to be loaded by the provider.
新しいアイテムプロバイダを初期化します、指定されたオブジェクトの持つ型識別子を用いることで、プロバイダによってロードされる資格のあるデータ表現を指定します。