init(tags:)
Initializes a resource request for managing the on-demand resources marked with any of the set of specified tags. The managed resources are loaded into the main bundle.
Declaration
convenience init(tags: Set<String>)Parameters
- tags:
A set of strings, with each string specifying a tag assigned to resources stored in the main bundle. The value must not be
nil.
Return Value
The initialized resource request.
See Also
Related Documentation
Bundle- On-Demand Resources Guide