Home > Software engineering >  Pre-signed AWS S3 URL - Preview using Quicklook framework iOS
Pre-signed AWS S3 URL - Preview using Quicklook framework iOS

Time:01-06

I need to preview the files from AWS s3 presigned URL.

Does QuickLook framework (QLPreviewController) supports remote URL? Any other familiar framework available.

Thank you.

CodePudding user response:

No, QLPreviewController only supports local file URLs.

  • Related