Skip to content

Instantly share code, notes, and snippets.

View logikonline's full-sized avatar
💭
Always coding... don't interrupt me

Dave Friedel logikonline

💭
Always coding... don't interrupt me
View GitHub Profile
@taimila
taimila / Screen.cs
Last active September 16, 2021 05:44
Detect iOS device and split screen situation on Xamarin.Forms
using System;
using Xamarin.Essentials;
using Xamarin.Forms;
namespace NamespaceOfYourApp
{
/// <summary>
/// Utility to get more information on screen configuration, type and size on iOS devices.
/// </summary>
public class Screen