Custom Thumbnails and Previews with Quick Look on iOS

Learn how to build your own Quick Look preview and thumbnail extensions to display custom file types in iOS. By Chuck Krutsinger .

5 (3) · 1 Review

Download materials
Save for later
Share
You are currently viewing page 4 of 4 of this article. Click here to view the first page.

Where to Go From Here?

You can download the finished version of the RazeThumb project by using the Download Materials button at the top or bottom of this tutorial.

You’ve now learned how to create a Quick Look thumbnail and preview for supported file types and custom file types.

Here are some key points you covered in the process:

  • Thumbnails are miniature representations of a file’s contents.
  • The QuickLook framework can create thumbnails and previews for various standard file types, such as images, audio, video, text, PDFs and more.
  • Using extensions, you can extend the QuickLook framework to support your own custom file types.
  • Extensions allow all apps on the device to access their functionality.
  • Extensions run separate from the app.
  • You can attach the Xcode debugger to an extension during development.

If you want to learn more, there are many related topics you can explore:

We hope you enjoyed this tutorial. If you have any questions or comments, please join the forum discussion below!