Initializer

init(tags:)

Initializes a resource request for managing the on-demand resources marked with any of the set of specified tags. The managed resources are loaded into the main bundle. 何らかの一揃いの指定されたタグで印されたオンデマンドリソースの管理に対するリソースリクエストを初期化します。管理されたリソースは、メインバンドルにロードされます。

Declaration 宣言

convenience init(tags: Set<String>)

Parameters パラメータ

tags

A set of strings, with each string specifying a tag assigned to resources stored in the main bundle. The value must not be nil. ひとそろいの文字列、メインバンドルの中に格納されるリソースに対して割り当てられるタグを各文字列で指定しています。値は、nilであってはなりません。

Return Value 戻り値

The initialized resource request. 初期化されたリソースリクエスト。

See Also 参照

Initializing a Resource Request リソースリクエストを初期化する

Related Documentation 関連文書