Previewing Files Inside Your Xamarin.iOS App

John Powell

If your app interacts with files, such as email attachments or photos, allowing users to preview those files without leaving your app is a great way to enhance the user’s experience. Fortunately, iOS makes adding this feature simple by providing the document interaction controller and the Quick Look preview controller. In this post, you will learn the differences between the two options and how you can implement them in your app.

All the code below is available as a sample app on GitHub.

Feedback usabilla icon