---
title: NSBundleResourceRequestLoadingPriorityUrgent
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsbundleresourcerequestloadingpriorityurgent
---

# NSBundleResourceRequestLoadingPriorityUrgent

## Declaration

```swift
let NSBundleResourceRequestLoadingPriorityUrgent: Double
```

## Discussion

Discussion A special value for loading priority informing the system that the user cannot continue until the resources marked with the tags managed by the request are downloaded. The system will dedicate the maximum amount of capacity to completing the resource request.

## See Also

### Setting the download priority

- [loadingPriority](foundation/nsbundleresourcerequest/loadingpriority.md)
