Instance Method インスタンスメソッド

hasItemsConforming(to:)

Indicates whether at least one item conforms to at least one of the specified uniform type identifiers. 少なくとも1つの項目が少なくとも1つの指定のユニーム型識別子に準拠するかどうかを指し示します。

Declaration 宣言

func hasItemsConforming(to contentTypes: [UTType]) -> Bool

Return Value 戻り値

Whether at least one item conforms to one of contentTypes.

Parameters パラメータ

contentTypes

The uniform type identifiers to query for.

See Also 参照

Checking for Items 項目を確認する