Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edonv/qlthumbnail
A SwiftUI view for showing a thumbnail of a file using QuickLook.
https://github.com/edonv/qlthumbnail
ios quicklook swift swiftui thumbnails
Last synced: about 12 hours ago
JSON representation
A SwiftUI view for showing a thumbnail of a file using QuickLook.
- Host: GitHub
- URL: https://github.com/edonv/qlthumbnail
- Owner: edonv
- License: mit
- Created: 2023-06-30T17:43:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T18:15:05.000Z (11 months ago)
- Last Synced: 2024-04-23T15:02:15.851Z (10 months ago)
- Topics: ios, quicklook, swift, swiftui, thumbnails
- Language: Swift
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QLThumbnail
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fedonv%2FQLThumbnail%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/edonv/QLThumbnail)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fedonv%2FQLThumbnail%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/edonv/QLThumbnail)`QLThumbnail` is a SwiftUI view that asynchronously loads a thumbnail for a file at a given URL. It uses the [`QuickLook`](https://developer.apple.com/documentation/quicklook) and [`QuickLookThumbnailing`](https://developer.apple.com/documentation/quicklookthumbnailing) frameworks to make this possible.