Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.