We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4e5be commit bcf6236Copy full SHA for bcf6236
README.md
@@ -381,6 +381,8 @@ This section gives you an overview of the currently available functionality. Mos
381
382
The `Media` package also includes some generic property wrappers you can use to interact with the photo library.
383
384
+- `@FetchAllAssets(sort:fetchLimit:includeAllBurstAssets:includeHiddenAssets) var assets: [AnyMedia]`
385
+
386
- `@FetchAssets(filter:sort:fetchLimit:includeAllBurstAssets:includeHiddenAssets) var assets: [ <Audio | LivePhoto | Photo | Video> ]`
387
388
*Fetch audios, live photos, photos or videos matching the given filter and sorted by the given sort*
0 commit comments