Instance Property インスタンスプロパティ

loadingPriority

A hint to the system of the relative priority of the resource request. リソースリクエストの相対優先度のシステムに対するヒント。

Declaration 宣言

var loadingPriority: Double { get set }

Discussion 議論

Possible values are between 0.0 and 1.0 or the special constant NSBundleResourceRequestLoadingPriorityUrgent. The default is 0.5. The system will attempt to give higher priority to requests with higher values. You can change the priority at any time, including during downloading of the managed resources. 可能な値は、0.01.0または特別な定数NSBundleResourceRequestLoadingPriorityUrgentの間です。省略時には0.5です。システムは、より高い優先度をより高い値を持つリクエストに与えようと試みます。あなたは、優先度をいつでも変更できます、管理されるリソースのダウンロードの間を含めて。

See Also 参照

Setting the Download Priority ダウンロード優先度を設定する