Initializer
init(tags:bundle:)
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 specified bundle.
何らかの一揃いの指定されたタグで印されたオンデマンドリソースの管理に対するリソースリクエストを初期化します。管理されたリソースは、指定されたバンドルにロードされます。
Parameters
パラメータ
tags
A set of strings, with each string specifying a tag assigned to resources stored in bundle
. The value must not be nil
.
ひとそろいの文字列、bundle
の中に格納されるリソースに対して割り当てられるタグを各文字列で指定しています。値は、nil
であってはなりません。
bundle
The bundle used to store the loaded resources. Pass nil
for the main bundle. The bundle must be the same as the one used in the Xcode project for all the resources marked with the specified tags.
ロードされたリソースを格納するために使われるバンドル。nil
をメインバンドルに渡してください。バンドルは、指定されたタグで印されたリソースの全てに対して、Xcodeプロジェクトで使われるものと同じでなければなりません。
Return Value
戻り値
The initialized resource request.
初期化されたリソースリクエスト。
See Also
参照
Initializing a Resource Request
リソースリクエストを初期化する
init(tags: Set<String>)
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.
何らかの一揃いの指定されたタグで印されたオンデマンドリソースの管理に対するリソースリクエストを初期化します。管理されたリソースは、メインバンドルにロードされます。