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()
Instantiates an empty item provider to which you can later register a data or file representation.
空のアイテムプロバイダをインスタンス化します、それに対してあなたは後でデータまたはファイル表現を登録できます。