<!--
{
  "documentType" : "article",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/resources",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Resources"
}
-->

# Resources

Access assets and other data bundled with your app.

## Topics

### Bundle Resources

[`class Bundle`](/documentation/Foundation/Bundle)

A representation of the code and resources stored in a bundle directory on disk.

[`macro bundle() -> Bundle`](/documentation/Foundation/bundle())

Expands to a bundle instance that’s most likely to contain resources for the calling code.

### On-Demand Resources

[`class NSBundleResourceRequest`](/documentation/Foundation/NSBundleResourceRequest)

A resource manager you use to download content hosted on the App Store at the time your app needs it.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)