From 25fa6fc2dd022be4ef14992b471deb4e435db229 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Wed, 20 Jan 2021 09:23:59 +0100 Subject: [PATCH] missing typings for iosIgnoreSafeArea --- packages/core/ui/core/view/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/core/ui/core/view/index.d.ts b/packages/core/ui/core/view/index.d.ts index 4eeec3f882..696f9fbd36 100644 --- a/packages/core/ui/core/view/index.d.ts +++ b/packages/core/ui/core/view/index.d.ts @@ -392,6 +392,11 @@ export abstract class View extends ViewBase { * Enables or disables the iosOverflowSafeArea property for all children. This property is iOS specific. Default value: true */ iosOverflowSafeAreaEnabled: boolean; + + /** + * Gets or sets a value indicating whether the the view should totally ignore safe areas computation. This property is iOS specific. Default value: false + */ + iosIgnoreSafeArea: boolean; /** * Gets is layout is valid. This is a read-only property.