Posts by this author

Sep 23, 2019
16
0

Announcing Xamarin Hot Restart

Today at .NET Conf 2019, we announced Xamarin Hot Restart which enables you to test changes made to your app, including multi-file code edits, resources, and references, using a much faster build and deploy cycle.

AnnouncementsXamarin PlatformVisual Studio
Jul 25, 2018
2
0

Previewing Files Inside Your Xamarin.iOS App

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 ...

Xamarin PlatformiOS