iOS 11 has introduced a few new visual design updates like including safe area layout guides and large titles. If you run application on an iPhone X then top area will be cropped. This article explains that how we can use this safe area. Step 1: Create image editor sample with all necessary assemblies. Step 2: Create a platform specific code for use the safe area layout and set UseSafeArea value as true. The following code snippets illustrates the ways to this method, C# Or alternatively in XAML Xaml Screenshot: Before After