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

setPreservationPriority(_:forTags:)

A hint to the system of the relative order for purging tagged sets of resources in the bundle. バンドルの中のタグ付けされた一揃いのリソースを除去するための相対的順序システムに対するヒント。

Declaration 宣言

func setPreservationPriority(_ priority: Double, 
                     forTags tags: Set<String>)

Parameters パラメータ

priority

A number specifying the relative priority of preserving the resources in the group specified by tag. tagによって指定されるグループの中のリソースを維持する相対優先度を指定しているある数。

Possible values are between 0.0 and 1.0. The default is 0.0. The system will attempt to purge resources with lower priorities first. 可能な値は、0.01.0の間です。省略時は、0.0です。システムは、より低い優先度を持つリソースを最初に除去しようとします。

tags

A set of tag names specifying resources stored in the bundle. Must not be nil. An exception is thrown if any of the tags in the set do not exist in your app. バンドルの中に格納されるリソースを指定しているタグ名の一揃い。nilであってはいけません。その一揃いの中のtagのどれもあなたのアプリの中に存在しないならば、例外がスローされます。

See Also 参照

Managing Preservation Priority for On Demand Resources 「オンデマンドリソース」に対する維持優先度を管理する