Contents

URLResource

A resource located at a particular file URL within a bundle.

Declaration

struct URLResource

Overview

This type is similar to LocalizedStringResource in its ability to provide access to a resource in a bundle, possibly from another process. Use the URL initializer init(resource:) to resolve the resource.

Topics

Creating a URL resource

Accessing resource properties

See Also

Localization