- setPreservationPriority:forTags:
A hint to the system of the relative order for purging tagged sets of resources in the bundle.
バンドルの中のタグ付けされた一揃いのリソースを除去するための相対的順序システムに対するヒント。
Availability 有効性
Technology
- (double)preservationPriorityForTag:(NSString
*)tag;
tag
A string specifying the identifier for a group of related resources. An exception is thrown if tag
does not exist in your app.
関連リソースからなる1つのグループに対する識別子を指定している文字列。tag
があなたのアプリの中に存在しないならば、例外がスローされます。
The preservation priority for the specified tag
. Possible values are between 0
and 1
指定されたtag
に対する維持優先度。可能な値は、0
と1
の間です
- setPreservationPriority:forTags: